Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <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"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
- <groupId>com.enderio</groupId>
- <artifactId>EnderIO-base</artifactId>
- <version>1.11.2-4.0.1</version>
- <dependencies>
- <dependency>
- <groupId>mcjty.theoneprobe</groupId>
- <artifactId>TheOneProbe</artifactId>
- <version>1.1x-1.4.4-55</version>
- <classifier>api</classifier>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>appeng</groupId>
- <artifactId>appliedenergistics2</artifactId>
- <version>rv4-alpha-6</version>
- <classifier>api</classifier>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>net.darkhax.tesla</groupId>
- <artifactId>Tesla</artifactId>
- <version>1.11-1.3.0.52</version>
- <scope>runtime</scope>
- </dependency>
- </dependencies>
- </project>
Add Comment
Please, Sign In to add comment