curses4j

curses4j - Java wrapper for ncurses & PDCurses.

License

License

MIT
GroupId

GroupId

io.webfolder
ArtifactId

ArtifactId

curses4j
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

curses4j
curses4j - Java wrapper for ncurses & PDCurses.
Project URL

Project URL

https://webfolder.io
Project Organization

Project Organization

WebFolder OÜ
Source Code Management

Source Code Management

https://github.com/webfolderio/curses4j.git

Download curses4j

How to add to project

<!-- https://jarcasting.com/artifacts/io.webfolder/curses4j/ -->
<dependency>
    <groupId>io.webfolder</groupId>
    <artifactId>curses4j</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.webfolder/curses4j/
implementation 'io.webfolder:curses4j:1.1.0'
// https://jarcasting.com/artifacts/io.webfolder/curses4j/
implementation ("io.webfolder:curses4j:1.1.0")
'io.webfolder:curses4j:jar:1.1.0'
<dependency org="io.webfolder" name="curses4j" rev="1.1.0">
  <artifact name="curses4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.webfolder', module='curses4j', version='1.1.0')
)
libraryDependencies += "io.webfolder" % "curses4j" % "1.1.0"
[io.webfolder/curses4j "1.1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

curses4j

AppVeyor License: MIT

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

Marquee Marquee1.java

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).

Versions

Version
1.1.0