License |
License |
---|---|
Categories |
CategoriesAirline User Interface CLI |
GroupId | GroupIdcom.github.rvesse |
ArtifactId | ArtifactIdairline-io |
Last Version | Last Version2.8.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAirline - IO Library
Provides additional IO support for CLIs such as colorization and text formatting
|
Filename | Size |
---|---|
airline-io-2.8.5.pom | |
airline-io-2.8.5.jar | 38 KB |
airline-io-2.8.5-tests.jar | 7 KB |
airline-io-2.8.5-test-sources.jar | 5 KB |
airline-io-2.8.5-sources.jar | 33 KB |
airline-io-2.8.5-javadoc.jar | 216 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rvesse/airline-io/ -->
<dependency>
<groupId>com.github.rvesse</groupId>
<artifactId>airline-io</artifactId>
<version>2.8.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rvesse/airline-io/
implementation 'com.github.rvesse:airline-io:2.8.5'
// https://jarcasting.com/artifacts/com.github.rvesse/airline-io/
implementation ("com.github.rvesse:airline-io:2.8.5")
'com.github.rvesse:airline-io:jar:2.8.5'
<dependency org="com.github.rvesse" name="airline-io" rev="2.8.5">
<artifact name="airline-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rvesse', module='airline-io', version='2.8.5')
)
libraryDependencies += "com.github.rvesse" % "airline-io" % "2.8.5"
[com.github.rvesse/airline-io "2.8.5"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.7 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.8 |