curses4j

curses4j - Java wrapper for ncurses & PDCurses.

Лицензия

Лицензия

MIT
Группа

Группа

io.webfolder
Идентификатор

Идентификатор

curses4j
Последняя версия

Последняя версия

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

curses4j
curses4j - Java wrapper for ncurses & PDCurses.
Ссылка на сайт

Ссылка на сайт

https://webfolder.io
Организация-разработчик

Организация-разработчик

WebFolder OÜ
Система контроля версий

Система контроля версий

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

Скачать curses4j

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.1.0