Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.je2sh |
ArtifactId | ArtifactIdasciitable |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
asciitable-1.0.0.pom | |
asciitable-1.0.0.jar | 15 KB |
asciitable-1.0.0-sources.jar | 8 KB |
asciitable-1.0.0-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.je2sh/asciitable/ -->
<dependency>
<groupId>net.je2sh</groupId>
<artifactId>asciitable</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.je2sh/asciitable/
implementation 'net.je2sh:asciitable:1.0.0'
// https://jarcasting.com/artifacts/net.je2sh/asciitable/
implementation ("net.je2sh:asciitable:1.0.0")
'net.je2sh:asciitable:jar:1.0.0'
<dependency org="net.je2sh" name="asciitable" rev="1.0.0">
<artifact name="asciitable" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.je2sh', module='asciitable', version='1.0.0')
)
libraryDependencies += "net.je2sh" % "asciitable" % "1.0.0"
[net.je2sh/asciitable "1.0.0"]