GroupId | GroupIdcom.mitchtalmadge |
---|---|
ArtifactId | ArtifactIdasciigraph |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
asciigraph-1.0.2.pom | |
asciigraph-1.0.2.jar | 6 KB |
asciigraph-1.0.2-sources.jar | 4 KB |
asciigraph-1.0.2-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mitchtalmadge/asciigraph/ -->
<dependency>
<groupId>com.mitchtalmadge</groupId>
<artifactId>asciigraph</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.mitchtalmadge/asciigraph/
implementation 'com.mitchtalmadge:asciigraph:1.0.2'
// https://jarcasting.com/artifacts/com.mitchtalmadge/asciigraph/
implementation ("com.mitchtalmadge:asciigraph:1.0.2")
'com.mitchtalmadge:asciigraph:jar:1.0.2'
<dependency org="com.mitchtalmadge" name="asciigraph" rev="1.0.2">
<artifact name="asciigraph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mitchtalmadge', module='asciigraph', version='1.0.2')
)
libraryDependencies += "com.mitchtalmadge" % "asciigraph" % "1.0.2"
[com.mitchtalmadge/asciigraph "1.0.2"]