License |
License |
---|---|
Categories |
CategoriesGroovy Languages JLine User Interface CLI |
GroupId | GroupIdorg.jline |
ArtifactId | ArtifactIdjline-groovy |
Last Version | Last Version3.21.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJLine Groovy
JLine
|
Project URL |
Project URL |
Filename | Size |
---|---|
jline-groovy-3.21.0.pom | |
jline-groovy-3.21.0.jar | 26 KB |
jline-groovy-3.21.0-sources.jar | 9 KB |
jline-groovy-3.21.0-javadoc.jar | 521 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.jline/jline-groovy/ -->
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline-groovy</artifactId>
<version>3.21.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jline/jline-groovy/
implementation 'org.jline:jline-groovy:3.21.0'
// https://jarcasting.com/artifacts/org.jline/jline-groovy/
implementation ("org.jline:jline-groovy:3.21.0")
'org.jline:jline-groovy:jar:3.21.0'
<dependency org="org.jline" name="jline-groovy" rev="3.21.0">
<artifact name="jline-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jline', module='jline-groovy', version='3.21.0')
)
libraryDependencies += "org.jline" % "jline-groovy" % "3.21.0"
[org.jline/jline-groovy "3.21.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jline : jline-console | jar | 3.21.0 |
org.codehaus.groovy : groovy | jar | 3.0.8 |
org.codehaus.groovy : groovy-json | jar | 3.0.8 |
org.codehaus.groovy : groovy-console Optional | jar | 3.0.8 |
org.apache.ivy : ivy Optional | jar | 2.5.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |