| License |
License |
|---|---|
| Categories |
CategoriesJLine User Interface CLI |
| GroupId | GroupIdorg.jline |
| ArtifactId | ArtifactIdjline-parent |
| Last Version | Last Version3.21.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionJLine Parent
JLine
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jline-parent-3.21.0.pom | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jline/jline-parent/ -->
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline-parent</artifactId>
<version>3.21.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jline/jline-parent/
implementation 'org.jline:jline-parent:3.21.0'
// https://jarcasting.com/artifacts/org.jline/jline-parent/
implementation ("org.jline:jline-parent:3.21.0")
'org.jline:jline-parent:pom:3.21.0'
<dependency org="org.jline" name="jline-parent" rev="3.21.0">
<artifact name="jline-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jline', module='jline-parent', version='3.21.0')
)
libraryDependencies += "org.jline" % "jline-parent" % "3.21.0"
[org.jline/jline-parent "3.21.0"]