Skip to content

Commit 1bd7c0f

Browse files
authored
Update README.md
1 parent e20b557 commit 1bd7c0f

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,16 @@ public class TestPlugin extends JavaPlugin {
3131
}
3232
}
3333
```
34+
35+
### How to use
36+
``` kotlin
37+
repositories {
38+
mavenCentral()
39+
maven("https://jitpack.io")
40+
}
41+
42+
dependencies {
43+
implementation("com.github.toxicity188:DataComponentAPI:master-SNAPSHOT")
44+
}
45+
```
46+

0 commit comments

Comments
 (0)