Guest User

Error

a guest
Jun 25th, 2022
8
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. <repositories>
  2. <repository>
  3. <id>dmulloy2-repo</id>
  4. <url>https://repo.dmulloy2.net/repository/public/</url>
  5. </repository>
  6.  
  7. <dependencies>
  8. <dependency>
  9. <groupId>com.comphenix.protocol</groupId>
  10. <artifactId>ProtocolLib</artifactId>
  11. <version>4.7.0</version>
  12. </dependency>
  13. </dependencies>
  14.  
  15. <repository>
  16. <id>jitpack.io</id>
  17. <url>https://jitpack.io</url>
  18. </repository>
  19.  
  20. <dependencies>
  21. <dependency>
  22. <groupId>com.github.MilkBowl</groupId>
  23. <artifactId>VaultAPI</artifactId>
  24. <version>1.7</version>
  25. <scope>provided</scope>
  26. </dependency>
  27. </dependencies>
  28.  
  29.  
  30. <repository>
  31. <id>placeholderapi</id>
  32. <url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url>
  33. </repository>
  34.  
  35. <dependencies>
  36. <dependency>
  37. <groupId>me.clip</groupId>
  38. <artifactId>placeholderapi</artifactId>
  39. <version>2.11.1</version>
  40. <scope>provided</scope>
  41. </dependency>
  42. </dependencies>
  43. </repositories>
Advertisement
Add Comment
Please, Sign In to add comment