GroupId | GroupIdio.tiler |
---|---|
ArtifactId | ArtifactIdtiler |
Version | Version0.1.9 |
Type | Typejar |
Filename | Size |
---|---|
tiler-0.1.9.pom | |
tiler-0.1.9.jar | 64 KB |
tiler-0.1.9-sources.jar | 30 KB |
tiler-0.1.9-mod.zip | 553 KB |
tiler-0.1.9-javadoc.jar | 255 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.tiler/tiler/ -->
<dependency>
<groupId>io.tiler</groupId>
<artifactId>tiler</artifactId>
<version>0.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.tiler/tiler/
implementation 'io.tiler:tiler:0.1.9'
// https://jarcasting.com/artifacts/io.tiler/tiler/
implementation ("io.tiler:tiler:0.1.9")
'io.tiler:tiler:jar:0.1.9'
<dependency org="io.tiler" name="tiler" rev="0.1.9">
<artifact name="tiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.tiler', module='tiler', version='0.1.9')
)
libraryDependencies += "io.tiler" % "tiler" % "0.1.9"
[io.tiler/tiler "0.1.9"]