GroupId | GroupIddk.alexandra.fresco |
---|---|
ArtifactId | ArtifactIdtinytables |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
tinytables-1.2.0.pom | |
tinytables-1.2.0.jar | 48 KB |
tinytables-1.2.0-tests.jar | 20 KB |
tinytables-1.2.0-sources.jar | 34 KB |
tinytables-1.2.0-javadoc.jar | 183 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dk.alexandra.fresco/tinytables/ -->
<dependency>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>tinytables</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/dk.alexandra.fresco/tinytables/
implementation 'dk.alexandra.fresco:tinytables:1.2.0'
// https://jarcasting.com/artifacts/dk.alexandra.fresco/tinytables/
implementation ("dk.alexandra.fresco:tinytables:1.2.0")
'dk.alexandra.fresco:tinytables:jar:1.2.0'
<dependency org="dk.alexandra.fresco" name="tinytables" rev="1.2.0">
<artifact name="tinytables" type="jar" />
</dependency>
@Grapes(
@Grab(group='dk.alexandra.fresco', module='tinytables', version='1.2.0')
)
libraryDependencies += "dk.alexandra.fresco" % "tinytables" % "1.2.0"
[dk.alexandra.fresco/tinytables "1.2.0"]