| License |
License |
|---|---|
| GroupId | GroupIdau.com.refactor.texttable |
| ArtifactId | ArtifactIdtexttable |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTextTable
Simple library for representing tabular data in text files
|
| Filename | Size |
|---|---|
| texttable-0.1.0.pom | |
| texttable-0.1.0.jar | 9 KB |
| texttable-0.1.0-sources.jar | 4 KB |
| texttable-0.1.0-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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/au.com.refactor.texttable/texttable/
implementation 'au.com.refactor.texttable:texttable:0.1.0'
// https://jarcasting.com/artifacts/au.com.refactor.texttable/texttable/
implementation ("au.com.refactor.texttable:texttable:0.1.0")
'au.com.refactor.texttable:texttable:jar:0.1.0'
<dependency org="au.com.refactor.texttable" name="texttable" rev="0.1.0">
<artifact name="texttable" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.com.refactor.texttable', module='texttable', version='0.1.0')
)
libraryDependencies += "au.com.refactor.texttable" % "texttable" % "0.1.0"
[au.com.refactor.texttable/texttable "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-io : commons-io | jar | 2.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.7 |