jline2

Jline 2.x

  • 所有者: jline/jline2
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Description

JLine is a Java library for handling console input. It is similar in functionality to BSD editline and GNU readline. People familiar with the readline/editline capabilities for modern shells (such as bash and tcsh) will find most of the command editing features of JLine to be familiar.

JLine 2.x is an evolution of JLine 1.x which was previously maintained at SourceForge.

JLine 2.x development has come to an end, and users are encouraged to investigate the use of JLine 3.x instead.

License

JLine is distributed under the BSD License, meaning that you are completely free to redistribute, modify, or sell it with almost no restrictions.

Documentation

Forums

Maven Usage

Use the following definition to use JLine in your maven project:

<dependency>
  <groupId>jline</groupId>
  <artifactId>jline</artifactId>
  <version>2.14.2</version>
</dependency>

Building

Requirements

  • Maven 3+
  • Java 5+

Check out and build:

git clone git://github.com/jline/jline2.git
cd jline2
mvn install

主要指标

概览
名称与所有者jline/jline2
主编程语言Java
编程语言Java (语言数: 1)
平台
许可证Other
所有者活动
创建于2011-04-06 14:53:44
推送于2020-10-12 18:56:53
最后一次提交2019-03-08 12:09:04
发布数22
最新版本名称jline-2.14.6 (发布于 2018-03-26 11:15:14)
第一版名称jline-2.0 (发布于 2009-11-26 14:27:49)
用户参与
星数715
关注者数51
派生数183
提交数738
已启用问题?
问题数189
打开的问题数48
拉请求数70
打开的拉请求数8
关闭的拉请求数33
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?