The project is currently in it's Soft release phase. During this phase, there may be code breaking changes if required.
- Discord Channel
- Documentation
- Resolving Compatibility & Render Issues
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.
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 files can be found on the releases page.