| Categories |
CategoriesAirline User Interface CLI |
|---|---|
| GroupId | GroupIdcom.github.rvesse |
| ArtifactId | ArtifactIdairline-help |
| Version | Version2.5.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| airline-help-2.5.0.pom | 1 KB |
| airline-help-2.5.0-tests.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.rvesse/airline-help/ -->
<dependency>
<groupId>com.github.rvesse</groupId>
<artifactId>airline-help</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rvesse/airline-help/
implementation 'com.github.rvesse:airline-help:2.5.0'
// https://jarcasting.com/artifacts/com.github.rvesse/airline-help/
implementation ("com.github.rvesse:airline-help:2.5.0")
'com.github.rvesse:airline-help:jar:2.5.0'
<dependency org="com.github.rvesse" name="airline-help" rev="2.5.0">
<artifact name="airline-help" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rvesse', module='airline-help', version='2.5.0')
)
libraryDependencies += "com.github.rvesse" % "airline-help" % "2.5.0"
[com.github.rvesse/airline-help "2.5.0"]