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