We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b01d6 commit 8118a97Copy full SHA for 8118a97
1 file changed
README.md
@@ -6,7 +6,13 @@ Each rule is a static analysis check that runs as a regular JUnit 5 test. Rules
6
7
## Installation
8
9
-There will be installation instructions here.
+Maven Central: https://central.sonatype.com/artifact/dev.protsenko/spring-boot-code-guard/overview
10
+
11
+Add dependency to your `build.gradle.kts` or `build.gradle`:
12
13
+```kotlin
14
+implementation("dev.protsenko:spring-boot-code-guard:1.0.4")
15
+```
16
17
## Usage
18
0 commit comments