License |
License |
---|---|
GroupId | GroupIdcom.mitchtalmadge |
ArtifactId | ArtifactIdasciigraph |
Version | Version1.0.3 |
Type | Typejar |
Description |
DescriptionASCIIGraph
A small Java library for producing nice looking ASCII line ╭┈╯ graphs.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
asciigraph-1.0.3.pom | |
asciigraph-1.0.3.jar | 6 KB |
asciigraph-1.0.3-sources.jar | 4 KB |
asciigraph-1.0.3-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mitchtalmadge/asciigraph/ -->
<dependency>
<groupId>com.mitchtalmadge</groupId>
<artifactId>asciigraph</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.mitchtalmadge/asciigraph/
implementation 'com.mitchtalmadge:asciigraph:1.0.3'
// https://jarcasting.com/artifacts/com.mitchtalmadge/asciigraph/
implementation ("com.mitchtalmadge:asciigraph:1.0.3")
'com.mitchtalmadge:asciigraph:jar:1.0.3'
<dependency org="com.mitchtalmadge" name="asciigraph" rev="1.0.3">
<artifact name="asciigraph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mitchtalmadge', module='asciigraph', version='1.0.3')
)
libraryDependencies += "com.mitchtalmadge" % "asciigraph" % "1.0.3"
[com.mitchtalmadge/asciigraph "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |