Categories |
CategoriesTabula Data PDF |
---|---|
GroupId | GroupIdde.tu-dresden.inf.lat.tabula |
ArtifactId | ArtifactIdtabula-ext |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
tabula-ext-0.1.0.pom | |
tabula-ext-0.1.0.jar | 34 KB |
tabula-ext-0.1.0-sources.jar | 18 KB |
tabula-ext-0.1.0-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.tu-dresden.inf.lat.tabula/tabula-ext/ -->
<dependency>
<groupId>de.tu-dresden.inf.lat.tabula</groupId>
<artifactId>tabula-ext</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.tu-dresden.inf.lat.tabula/tabula-ext/
implementation 'de.tu-dresden.inf.lat.tabula:tabula-ext:0.1.0'
// https://jarcasting.com/artifacts/de.tu-dresden.inf.lat.tabula/tabula-ext/
implementation ("de.tu-dresden.inf.lat.tabula:tabula-ext:0.1.0")
'de.tu-dresden.inf.lat.tabula:tabula-ext:jar:0.1.0'
<dependency org="de.tu-dresden.inf.lat.tabula" name="tabula-ext" rev="0.1.0">
<artifact name="tabula-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.tu-dresden.inf.lat.tabula', module='tabula-ext', version='0.1.0')
)
libraryDependencies += "de.tu-dresden.inf.lat.tabula" % "tabula-ext" % "0.1.0"
[de.tu-dresden.inf.lat.tabula/tabula-ext "0.1.0"]