We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3943673 + 77b8941 commit 1544c1aCopy full SHA for 1544c1a
README.md
@@ -11,7 +11,7 @@ base is a bukkit/spigot library to build interfaces. It currently has support fo
11
12
## Getting Started
13
14
-Add Base to your project repository. You may do this using the project jar or using Gradle & Maven (todo)
+Add Base to your project repository. You may do this using the project jar or using Gradle & Maven.
15
16
Building the jar
17
```
@@ -21,6 +21,20 @@ make
21
cp /build/lib/base-0.0.0.jar my-folder
22
23
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
38
**[Example Project](https://github.com/Hazebyte/base/blob/master/src/main/java/com/hazebyte/example/)**
39
40
**Source to create the inventory above**
0 commit comments