| Лицензия |
Лицензия |
|---|---|
| Группа | Группаau.com.refactor.texttable |
| Идентификатор | Идентификаторtexttable |
| Версия | Версия0.1.0 |
| Тип | Типjar |
| Описание |
ОписаниеTextTable
Simple library for representing tabular data in text files
|
| Имя Файла | Размер |
|---|---|
| texttable-0.1.0.pom | |
| texttable-0.1.0.jar | 9 KB |
| texttable-0.1.0-sources.jar | 5 KB |
| texttable-0.1.0-javadoc.jar | 33 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-io : commons-io | jar | 2.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.7 |