License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.mitchtalmadge |
ArtifactId | ArtifactIdascii-data |
Version | Version1.4.0 |
Type | Typejar |
Description |
DescriptionASCII-Data
A small Java library for producing nice looking ASCII line-graphs and tables.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ascii-data-1.4.0.pom | |
ascii-data-1.4.0.jar | 12 KB |
ascii-data-1.4.0-sources.jar | 10 KB |
ascii-data-1.4.0-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mitchtalmadge/ascii-data/ -->
<dependency>
<groupId>com.mitchtalmadge</groupId>
<artifactId>ascii-data</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mitchtalmadge/ascii-data/
implementation 'com.mitchtalmadge:ascii-data:1.4.0'
// https://jarcasting.com/artifacts/com.mitchtalmadge/ascii-data/
implementation ("com.mitchtalmadge:ascii-data:1.4.0")
'com.mitchtalmadge:ascii-data:jar:1.4.0'
<dependency org="com.mitchtalmadge" name="ascii-data" rev="1.4.0">
<artifact name="ascii-data" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mitchtalmadge', module='ascii-data', version='1.4.0')
)
libraryDependencies += "com.mitchtalmadge" % "ascii-data" % "1.4.0"
[com.mitchtalmadge/ascii-data "1.4.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |