| Jexer : |
Jexer is available on Maven Central. Most commonly-used Java IDEs can pull it down automatically using this dependency information:
<dependency>
<groupId>io.gitlab.autumnmeowmeow</groupId>
<artifactId>jexer</artifactId>
<version>2.0.0</version>
</dependency>
The latest official release of Jexer is 2.0.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 all (or ant
clean jar emoji-jar docs) to get everything. The library jar
file will be produced in build/jar/jexer.jar; the demo
application in build/jar/demo.jar; and emoji resources
in build/jar/jexer-emoji.jar. API docs will be
in docs/api.
Jexer ships with a Maven project file. Run mvn install
to produce a working jar.