Skip to content

Commit 1544c1a

Browse files
committed
Merge branch 'master' of github.com:imWillX/Base into dev
2 parents 3943673 + 77b8941 commit 1544c1a

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ base is a bukkit/spigot library to build interfaces. It currently has support fo
1111

1212
## Getting Started
1313

14-
Add Base to your project repository. You may do this using the project jar or using Gradle & Maven (todo)
14+
Add Base to your project repository. You may do this using the project jar or using Gradle & Maven.
1515

1616
Building the jar
1717
```
@@ -21,6 +21,20 @@ make
2121
cp /build/lib/base-0.0.0.jar my-folder
2222
```
2323

24+
Gradle
25+
```
26+
repositories {
27+
// ...
28+
maven { url 'https://jitpack.io' }
29+
}
30+
31+
32+
dependencies {
33+
// ...
34+
compile "com.github.Hazebyte:base:dev-SNAPSHOT"
35+
}
36+
```
37+
2438
**[Example Project](https://github.com/Hazebyte/base/blob/master/src/main/java/com/hazebyte/example/)**
2539

2640
**Source to create the inventory above**

0 commit comments

Comments
 (0)