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