| Категории |
КатегорииTabula Данные PDF |
|---|---|
| Группа | Группаorg.refcodes |
| Идентификатор | Идентификаторrefcodes-tabular |
| Версия | Версия3.0.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| refcodes-tabular-3.0.3.pom | |
| refcodes-tabular-3.0.3.jar | 103 KB |
| refcodes-tabular-3.0.3-tests.jar | 22 KB |
| refcodes-tabular-3.0.3-test-sources.jar | 15 KB |
| refcodes-tabular-3.0.3-sources.jar | 98 KB |
| refcodes-tabular-3.0.3-javadoc.jar | 580 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-tabular/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-tabular</artifactId>
<version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-tabular/
implementation 'org.refcodes:refcodes-tabular:3.0.3'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-tabular/
implementation ("org.refcodes:refcodes-tabular:3.0.3")
'org.refcodes:refcodes-tabular:jar:3.0.3'
<dependency org="org.refcodes" name="refcodes-tabular" rev="3.0.3">
<artifact name="refcodes-tabular" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-tabular', version='3.0.3')
)
libraryDependencies += "org.refcodes" % "refcodes-tabular" % "3.0.3"
[org.refcodes/refcodes-tabular "3.0.3"]