Jexer : |
Jexer is available on Maven Central. Most commonly-used Java IDEs can pull it down automatically using this dependency information:
<dependency> <groupId>com.gitlab.klamonte</groupId> <artifactId>jexer</artifactId> <version>1.6.0</version> </dependency>
The latest official release of Jexer is 1.6.0, available from the SourceForge.net download section.
The most recent release announcement is available here.
Jexer is 100% Java, and has no additional dependencies on native libraries.
Jexer ships with an ant build. Run ant clean jar docs
to
get everything. The jar file will be produced
in build/jar/jexer.jar
. API docs will be
in docs/api
.
Jexer ships with a Maven project file. Run mvn install
to produce a working jar.