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