| GroupId | GroupIdau.com.refactor.texttable |
|---|---|
| ArtifactId | ArtifactIdtexttable |
| Version | Version0.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| texttable-0.0.1.pom | |
| texttable-0.0.1.jar | 9 KB |
| texttable-0.0.1-sources.jar | 4 KB |
| texttable-0.0.1-javadoc.jar | 26 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/au.com.refactor.texttable/texttable/ -->
<dependency>
<groupId>au.com.refactor.texttable</groupId>
<artifactId>texttable</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/au.com.refactor.texttable/texttable/
implementation 'au.com.refactor.texttable:texttable:0.0.1'
// https://jarcasting.com/artifacts/au.com.refactor.texttable/texttable/
implementation ("au.com.refactor.texttable:texttable:0.0.1")
'au.com.refactor.texttable:texttable:jar:0.0.1'
<dependency org="au.com.refactor.texttable" name="texttable" rev="0.0.1">
<artifact name="texttable" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.com.refactor.texttable', module='texttable', version='0.0.1')
)
libraryDependencies += "au.com.refactor.texttable" % "texttable" % "0.0.1"
[au.com.refactor.texttable/texttable "0.0.1"]