Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.7 KB

README.MD

File metadata and controls

42 lines (28 loc) · 1.7 KB

Release

The project is currently in it's Soft release phase. During this phase, there may be code breaking changes if required.

Links

Jar Files & Maven

The Maven dependency is hosted off of JitPack, so you will need to add JitPack as a repository before you add VTerminal as a dependency.

Maven

JitPack (Example):

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

Dependency:

<dependency>
    <groupId>com.github.Valkryst</groupId>
    <artifactId>VTerminal</artifactId>
    <version>3.4.10</version>
</dependency>

Jar

Jar files can be found on the releases page.