There was an error while loading. Please reload this page.
Welcome to the VCommandParser wiki!
Paste this into your pom.xml at the appropriate location:
pom.xml
<repositories> <repository> <id>vihncraft</id> <url>https://repo.vihncraft.com/repository/maven-releases/</url> </repository> </repositories>
<dependencies> <dependency> <groupId>com.vihncraft.libs</groupId> <artifactId>VCommandParser</artifactId> <version>1.0.1</version> <scope>provided</scope> </dependency> </dependencies>
Your pom.xml likely already has the repositories and dependencies tags, so make sure not to duplicate them!
repositories
dependencies