Guest User

Untitled

a guest
Oct 31st, 2017
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>com.enderio</groupId>
  6. <artifactId>EnderIO-base</artifactId>
  7. <version>1.11.2-4.0.1</version>
  8. <dependencies>
  9. <dependency>
  10. <groupId>mcjty.theoneprobe</groupId>
  11. <artifactId>TheOneProbe</artifactId>
  12. <version>1.1x-1.4.4-55</version>
  13. <classifier>api</classifier>
  14. <scope>runtime</scope>
  15. </dependency>
  16. <dependency>
  17. <groupId>appeng</groupId>
  18. <artifactId>appliedenergistics2</artifactId>
  19. <version>rv4-alpha-6</version>
  20. <classifier>api</classifier>
  21. <scope>runtime</scope>
  22. </dependency>
  23. <dependency>
  24. <groupId>net.darkhax.tesla</groupId>
  25. <artifactId>Tesla</artifactId>
  26. <version>1.11-1.3.0.52</version>
  27. <scope>runtime</scope>
  28. </dependency>
  29. </dependencies>
  30. </project>
Add Comment
Please, Sign In to add comment