License |
License |
---|---|
Categories |
CategoriesJLine User Interface CLI |
GroupId | GroupIdorg.jline |
ArtifactId | ArtifactIdjline-style |
Last Version | Last Version3.21.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJLine Style
JLine
|
Filename | Size |
---|---|
jline-style-3.21.0.pom | |
jline-style-3.21.0.jar | 27 KB |
jline-style-3.21.0-sources.jar | 15 KB |
jline-style-3.21.0-javadoc.jar | 476 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jline/jline-style/ -->
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline-style</artifactId>
<version>3.21.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jline/jline-style/
implementation 'org.jline:jline-style:3.21.0'
// https://jarcasting.com/artifacts/org.jline/jline-style/
implementation ("org.jline:jline-style:3.21.0")
'org.jline:jline-style:jar:3.21.0'
<dependency org="org.jline" name="jline-style" rev="3.21.0">
<artifact name="jline-style" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jline', module='jline-style', version='3.21.0')
)
libraryDependencies += "org.jline" % "jline-style" % "3.21.0"
[org.jline/jline-style "3.21.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jline : jline-terminal | jar | 3.21.0 |
com.google.code.findbugs : jsr305 Optional | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |