jline

patched jline2 for sbt

Лицензия

Лицензия

Категории

Категории

Scala Языки программирования JLine Взаимодействие с пользователем CLI
Группа

Группа

org.scala-sbt.jline
Идентификатор

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

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

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

2.14.7-sbt-42b717d4418374417765c7651dca69b1b75d8b84
Дата

Дата

Тип

Тип

jar
Описание

Описание

jline
patched jline2 for sbt
Ссылка на сайт

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

https://github.com/sbt/jline2
Организация-разработчик

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

org.scala-sbt.jline
Система контроля версий

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

https://github.com/sbt/jline2

Скачать jline

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

<!-- https://jarcasting.com/artifacts/org.scala-sbt.jline/jline/ -->
<dependency>
    <groupId>org.scala-sbt.jline</groupId>
    <artifactId>jline</artifactId>
    <version>2.14.7-sbt-42b717d4418374417765c7651dca69b1b75d8b84</version>
</dependency>
// https://jarcasting.com/artifacts/org.scala-sbt.jline/jline/
implementation 'org.scala-sbt.jline:jline:2.14.7-sbt-42b717d4418374417765c7651dca69b1b75d8b84'
// https://jarcasting.com/artifacts/org.scala-sbt.jline/jline/
implementation ("org.scala-sbt.jline:jline:2.14.7-sbt-42b717d4418374417765c7651dca69b1b75d8b84")
'org.scala-sbt.jline:jline:jar:2.14.7-sbt-42b717d4418374417765c7651dca69b1b75d8b84'
<dependency org="org.scala-sbt.jline" name="jline" rev="2.14.7-sbt-42b717d4418374417765c7651dca69b1b75d8b84">
  <artifact name="jline" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scala-sbt.jline', module='jline', version='2.14.7-sbt-42b717d4418374417765c7651dca69b1b75d8b84')
)
libraryDependencies += "org.scala-sbt.jline" % "jline" % "2.14.7-sbt-42b717d4418374417765c7651dca69b1b75d8b84"
[org.scala-sbt.jline/jline "2.14.7-sbt-42b717d4418374417765c7651dca69b1b75d8b84"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.fusesource.jansi : jansi jar 2.0.1

test (4)

Идентификатор библиотеки Тип Версия
com.novocode : junit-interface jar 0.11
org.easymock : easymock jar 3.3.1
org.powermock : powermock-module-junit4 jar 1.6.2
org.powermock : powermock-api-easymock jar 1.6.2

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

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

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
org.scala-sbt.jline

sbt

Community organization for all sbt plugin authors, sbt modules and sbt itself.

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

Версия
2.14.7-sbt-42b717d4418374417765c7651dca69b1b75d8b84
2.14.7-sbt-5e51b9d4f9631ebfa29753ce4accc57808e7fd6b
2.14.7-sbt-a1b0ffbb8f64bb820f4f84a0c07a0c0964507493