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