Categories |
CategoriesTabula Data PDF |
---|---|
GroupId | GroupIdorg.refcodes |
ArtifactId | ArtifactIdrefcodes-tabular |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
refcodes-tabular-1.2.1.pom | |
refcodes-tabular-1.2.1.jar | 65 KB |
refcodes-tabular-1.2.1-tests.jar | 11 KB |
refcodes-tabular-1.2.1-sources.jar | 71 KB |
refcodes-tabular-1.2.1-javadoc.jar | 361 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-tabular/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-tabular</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-tabular/
implementation 'org.refcodes:refcodes-tabular:1.2.1'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-tabular/
implementation ("org.refcodes:refcodes-tabular:1.2.1")
'org.refcodes:refcodes-tabular:jar:1.2.1'
<dependency org="org.refcodes" name="refcodes-tabular" rev="1.2.1">
<artifact name="refcodes-tabular" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-tabular', version='1.2.1')
)
libraryDependencies += "org.refcodes" % "refcodes-tabular" % "1.2.1"
[org.refcodes/refcodes-tabular "1.2.1"]