License |
License |
---|---|
Categories |
CategoriesASCII Table User Interface CLI |
GroupId | GroupIdcom.github.freva |
ArtifactId | ArtifactIdascii-table |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.freva:ascii-table
Simple ASCII tables for Java.
|
Project URL |
Project URL |
Filename | Size |
---|---|
ascii-table-1.2.0.pom | |
ascii-table-1.2.0.jar | 12 KB |
ascii-table-1.2.0-sources.jar | 5 KB |
ascii-table-1.2.0-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.freva/ascii-table/ -->
<dependency>
<groupId>com.github.freva</groupId>
<artifactId>ascii-table</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.freva/ascii-table/
implementation 'com.github.freva:ascii-table:1.2.0'
// https://jarcasting.com/artifacts/com.github.freva/ascii-table/
implementation ("com.github.freva:ascii-table:1.2.0")
'com.github.freva:ascii-table:jar:1.2.0'
<dependency org="com.github.freva" name="ascii-table" rev="1.2.0">
<artifact name="ascii-table" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.freva', module='ascii-table', version='1.2.0')
)
libraryDependencies += "com.github.freva" % "ascii-table" % "1.2.0"
[com.github.freva/ascii-table "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |