License |
License |
---|---|
Categories |
CategoriesAirline User Interface CLI |
GroupId | GroupIdcom.github.rvesse |
ArtifactId | ArtifactIdairline-parent |
Last Version | Last Version2.8.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAirline - Parent
Java annotation-based framework for parsing Git like command line structures
|
Project URL |
Project URL |
Filename | Size |
---|---|
airline-parent-2.8.5.pom | 20 KB |
airline-parent-2.8.5-tests.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rvesse/airline-parent/ -->
<dependency>
<groupId>com.github.rvesse</groupId>
<artifactId>airline-parent</artifactId>
<version>2.8.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rvesse/airline-parent/
implementation 'com.github.rvesse:airline-parent:2.8.5'
// https://jarcasting.com/artifacts/com.github.rvesse/airline-parent/
implementation ("com.github.rvesse:airline-parent:2.8.5")
'com.github.rvesse:airline-parent:jar:2.8.5'
<dependency org="com.github.rvesse" name="airline-parent" rev="2.8.5">
<artifact name="airline-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rvesse', module='airline-parent', version='2.8.5')
)
libraryDependencies += "com.github.rvesse" % "airline-parent" % "2.8.5"
[com.github.rvesse/airline-parent "2.8.5"]