| License |
License |
|---|---|
| Categories |
CategoriesAirline User Interface CLI |
| GroupId | GroupIdcom.github.rvesse |
| ArtifactId | ArtifactIdairline |
| Last Version | Last Version2.8.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAirline - Library
Java library provided an annotation-based framework for parsing Git like command line structures
|
| Filename | Size |
|---|---|
| airline-2.8.5.pom | |
| airline-2.8.5.jar | 361 KB |
| airline-2.8.5-tests.jar | 248 KB |
| airline-2.8.5-test-sources.jar | 170 KB |
| airline-2.8.5-sources.jar | 341 KB |
| airline-2.8.5-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.rvesse/airline/ -->
<dependency>
<groupId>com.github.rvesse</groupId>
<artifactId>airline</artifactId>
<version>2.8.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rvesse/airline/
implementation 'com.github.rvesse:airline:2.8.5'
// https://jarcasting.com/artifacts/com.github.rvesse/airline/
implementation ("com.github.rvesse:airline:2.8.5")
'com.github.rvesse:airline:jar:2.8.5'
<dependency org="com.github.rvesse" name="airline" rev="2.8.5">
<artifact name="airline" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rvesse', module='airline', version='2.8.5')
)
libraryDependencies += "com.github.rvesse" % "airline" % "2.8.5"
[com.github.rvesse/airline "2.8.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.rvesse : airline-io | jar | 2.8.5 |
| jakarta.inject : jakarta.inject-api | jar | 1.0.3 |
| org.apache.commons : commons-collections4 | jar | 4.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.8.8 |