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