Skip to content
This repository was archived by the owner on Jul 8, 2020. It is now read-only.

Commit 1519b61

Browse files
committed
Add maven example to README
1 parent 9849b52 commit 1519b61

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,22 @@ To compile just run ``mvn clean package`` or download the latest build from [bui
5050
### Maven Repository
5151

5252
There is a maven repository at [build.mc-api.net/plugin/repository/everything](http://build.mc-api.net/plugin/repository/everything)
53+
54+
Maven Configuration:
55+
56+
```xml
57+
<repositories>
58+
<repository>
59+
<id>mcapi</id>
60+
<url>http://build.mc-api.net/plugin/repository/everything/</url>
61+
</repository>
62+
</repositories>
63+
64+
<dependencies>
65+
<dependency>
66+
<groupId>net.mcapi.uuid</groupId>
67+
<artifactId>uuid-java</artifactId>
68+
<version>1.0.0</version>
69+
</dependency>
70+
</dependencies>
71+
```

0 commit comments

Comments
 (0)