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