не последняя версия
Последняя версия 0.1.0

au.com.refactor.texttable:texttable 0.0.1

Simple library for representing tabular data in text files

Группа

Группа

au.com.refactor.texttable
Идентификатор

Идентификатор

texttable
Версия

Версия

0.0.1
Тип

Тип

jar

Скачать texttable 0.0.1


<!-- 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"]