shaded JLine 2.x
This is shaded version of JLine 2.x to avoid future collision with JLine 3 or JAnsi. (JAnsi is in-sourced into JLine 2.x JAR).
License |
License |
---|---|
Categories |
CategoriesScala Languages JLine User Interface CLI |
GroupId | GroupIdorg.scala-sbt.jline |
ArtifactId | ArtifactIdshaded-jline |
Last Version | Last Version2.14.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionshaded-jline
shaded jline 2
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
shaded-jline-2.14.6.pom | |
shaded-jline-2.14.6.jar | 264 KB |
shaded-jline-2.14.6-sources.jar | 244 bytes |
shaded-jline-2.14.6-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.scala-sbt.jline/shaded-jline/ -->
<dependency>
<groupId>org.scala-sbt.jline</groupId>
<artifactId>shaded-jline</artifactId>
<version>2.14.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.scala-sbt.jline/shaded-jline/
implementation 'org.scala-sbt.jline:shaded-jline:2.14.6'
// https://jarcasting.com/artifacts/org.scala-sbt.jline/shaded-jline/
implementation ("org.scala-sbt.jline:shaded-jline:2.14.6")
'org.scala-sbt.jline:shaded-jline:jar:2.14.6'
<dependency org="org.scala-sbt.jline" name="shaded-jline" rev="2.14.6">
<artifact name="shaded-jline" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scala-sbt.jline', module='shaded-jline', version='2.14.6')
)
libraryDependencies += "org.scala-sbt.jline" % "shaded-jline" % "2.14.6"
[org.scala-sbt.jline/shaded-jline "2.14.6"]
This is shaded version of JLine 2.x to avoid future collision with JLine 3 or JAnsi. (JAnsi is in-sourced into JLine 2.x JAR).
Version |
---|
2.14.6
|