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