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>com.gitlab.klamonte</groupId>
      <artifactId>jexer</artifactId>
      <version>1.6.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 1.6.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 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.