Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Commit e60a021

Browse files
authored
Update README.md
1 parent 3e026b2 commit e60a021

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,25 @@
22
Welcome to the official SimpleGemsAPI!
33

44
# API Usage
5-
Import the SimpleGemsAPI.jar into your project.
5+
Import the SimpleGemsAPI.jar or use maven.
6+
7+
### Maven
8+
9+
```POM
10+
<repository>
11+
<id>jitpack.io</id>
12+
<url>https://jitpack.io</url>
13+
</repository>
14+
```
15+
16+
```POM
17+
<dependency>
18+
<groupId>com.github.RefracDevelopment</groupId>
19+
<artifactId>SimpleGemsAPI</artifactId>
20+
<version>2.0</version>
21+
</dependency>
22+
```
23+
624
Make sure you add SimpleGems to your depends or softdepends
725
```YAML
826
depend:

0 commit comments

Comments
 (0)