Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <modelVersion>4.0.0</modelVersion>
- <groupId>groupId</groupId>
- <artifactId>Newcraft</artifactId>
- <version>1.0-SNAPSHOT</version>
- <repositories>
- <repository>
- <id>fanciful-mvn-repo</id>
- <url>http://repo.franga2000.com/artifactory/public</url>
- </repository>
- <repository>
- <id>spigot-repo</id>
- <url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
- </repository>
- <repository>
- <id>vault-repo</id>
- <url>http://nexus.theyeticave.net/content/repositories/pub_releases</url>
- </repository>
- </repositories>
- <dependencies>
- <!--Fanciful API-->
- <dependency>
- <groupId>mkremins</groupId>
- <artifactId>fanciful</artifactId>
- <version>0.3.1</version>
- </dependency>
- <!--Spigot-API-->
- <dependency>
- <groupId>org.spigotmc</groupId>
- <artifactId>spigot-api</artifactId>
- <version>1.8.7-R0.1-SNAPSHOT</version>
- </dependency>
- <!--Bukkit API-->
- <dependency>
- <groupId>org.bukkit</groupId>
- <artifactId>bukkit</artifactId>
- <version>1.8.7-R0.1-SNAPSHOT</version>
- </dependency>
- <!--Vault API-->
- <dependency>
- <groupId>net.milkbowl.vault</groupId>
- <artifactId>VaultAPI</artifactId>
- <version>1.5</version>
- </dependency>
- <!--Spigot-->
- <dependency>
- <groupId>org.spigotmc</groupId>
- <artifactId>spigot</artifactId>
- <version>1.8</version>
- <scope>system</scope>
- <systemPath>${pom.basedir}/lib/spigot.jar</systemPath>
- </dependency>
- <!--Holographic Displays API-->
- <dependency>
- <groupId>com.gmail.filoghost.holographicdisplays.api</groupId>
- <artifactId>holographicdisplays</artifactId>
- <version>2.1.3</version>
- <scope>system</scope>
- <systemPath>${pom.basedir}/lib/HolographicDisplaysAPI_v2.1.3.jar</systemPath>
- </dependency>
- </dependencies>
- </project>
Advertisement
Add Comment
Please, Sign In to add comment