-
-
Notifications
You must be signed in to change notification settings - Fork 45
Maven (pom.xml)
games647 edited this page Mar 25, 2015
·
2 revisions
TODO
<repositories>
...
<!--ScoreboardStats-->
<repository>
<!--not final as I have no access to it-->
<id>nixium-repo</id>
<url>http://ci.nixium.com/plugin/repository/everything/</url>
</repository>
...
</repositories>
<dependencies>
...
<dependency>
<groupId>com.github.games647</groupId>
<artifactId>scoreboardstats</artifactId>
<version>0.9</version>
<optional>true</optional>
</dependency>
...
</dependencies>