Advertisement
Guest User

Untitled

a guest
Dec 11th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  2. <modelVersion>4.0.0</modelVersion>
  3. <version>0.0.1-SNAPSHOT</version>
  4. <dependencies>
  5. <dependency>
  6. <groupId>org.spigotmc</groupId>
  7. <artifactId>spigot</artifactId>
  8. <version>1.11-R0.1-SNAPSHOT</version>
  9. <scope>provided</scope>
  10. </dependency>
  11. </dependencies>
  12. <repositories>
  13. <repository>
  14. <id>spigot-repo</id>
  15. <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
  16. </repository>
  17. </repositories>
  18. <name>Explode</name>
  19. <groupId>Explode</groupId>
  20. <artifactId>Explode</artifactId>
  21. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement