Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.
AlignedCookie88 edited this page May 8, 2024 · 3 revisions

Welcome to the VCommandParser wiki!

Adding VCommandParser as a maven dependency

Paste this into your pom.xml at the appropriate location:

<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!

Clone this wiki locally