curses4j
This is an easy-to-use, fully cross-platform Java wrapper for the ncurses in GNU/Linux and PDCurses in Windows. The project is able to load the OS-specific native implementation of curses at runtime which means you can deploy the same binary to GNU/Linux & Windows.
Supported Java Versions
Oracle & OpenJDK 64-bit Java 8, 11.
Both the JRE and the JDK are suitable for use with this library.
Supported Platforms
- Windows 8 & Windows 10
- GNU/Linux
How it is tested
curses4j is regularly tested on appveyor (Windows) and circleci (Ubuntu).
Integration with Maven
To use the official release of curses4j, please use the following snippet in your pom.xml
file.
Add the following to your POM's <dependencies>
tag:
<dependency>
<groupId>io.webfolder</groupId>
<artifactId>curses4j</artifactId>
<version>1.1.0</version>
</dependency>
Example
License
Licensed under the MIT. You can integrate and use this project in your applications for free! You can even change the source code and redistribute (even resell it).