Jexer : About | Downloads | Screenshots | Sixel Tests | API Docs | Wiki | GitLab Project Page | SourceForge Project Page

Maven

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>
  

Direct Download Links

The Jexer download archive containing all released versions is at SourceForge:
SourceForge.net
                                                   Download Page

Releases

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.

Dependencies

Jexer is 100% Java, and has no additional dependencies on native libraries.

Building Jexer

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.