| Группа | Группаuk.org.retep.tools |
|---|---|
| Идентификатор | Идентификаторtable |
| Версия | Версия9.11.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| table-9.11.1.pom | |
| table-9.11.1.jar | 12 KB |
| table-9.11.1-tests.jar | 1 KB |
| table-9.11.1-sources.jar | 9 KB |
| table-9.11.1-javadoc.jar | 45 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/uk.org.retep.tools/table/ -->
<dependency>
<groupId>uk.org.retep.tools</groupId>
<artifactId>table</artifactId>
<version>9.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.tools/table/
implementation 'uk.org.retep.tools:table:9.11.1'
// https://jarcasting.com/artifacts/uk.org.retep.tools/table/
implementation ("uk.org.retep.tools:table:9.11.1")
'uk.org.retep.tools:table:jar:9.11.1'
<dependency org="uk.org.retep.tools" name="table" rev="9.11.1">
<artifact name="table" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.tools', module='table', version='9.11.1')
)
libraryDependencies += "uk.org.retep.tools" % "table" % "9.11.1"
[uk.org.retep.tools/table "9.11.1"]