Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6.  
  7. <groupId>com.lol.ah</groupId>
  8. <artifactId>lolol</artifactId>
  9. <version>1.0-SNAPSHOT</version>
  10.  
  11. <repositories>
  12. <repository>
  13. <id>spigot-repo</id>
  14. <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
  15. </repository>
  16. </repositories>
  17.  
  18. <dependencies>
  19. <dependency>
  20. <groupId>org.spigotmc</groupId>
  21. <artifactId>spigot-api</artifactId>
  22. <version>1.12-R0.1-SNAPSHOT</version>
  23. <scope>provided</scope>
  24. </dependency>
  25. </dependencies>
  26. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement