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