Skip to content

Commit 8118a97

Browse files
committed
Updating README.md to have package coordinates
1 parent c8b01d6 commit 8118a97

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ Each rule is a static analysis check that runs as a regular JUnit 5 test. Rules
66

77
## Installation
88

9-
There will be installation instructions here.
9+
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+
```
1016

1117
## Usage
1218

0 commit comments

Comments
 (0)