jline

patched jline2 for sbt

License

License

Categories

Categories

Scala Languages JLine User Interface CLI
GroupId

GroupId

org.scala-sbt.jline
ArtifactId

ArtifactId

jline
Last Version

Last Version

2.14.7-sbt-42b717d4418374417765c7651dca69b1b75d8b84
Release Date

Release Date

Type

Type

jar
Description

Description

jline
patched jline2 for sbt
Project URL

Project URL

https://github.com/sbt/jline2
Project Organization

Project Organization

org.scala-sbt.jline
Source Code Management

Source Code Management

https://github.com/sbt/jline2

Download jline

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.fusesource.jansi : jansi jar 2.0.1

test (4)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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.

Versions

Version
2.14.7-sbt-42b717d4418374417765c7651dca69b1b75d8b84
2.14.7-sbt-5e51b9d4f9631ebfa29753ce4accc57808e7fd6b
2.14.7-sbt-a1b0ffbb8f64bb820f4f84a0c07a0c0964507493