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