| GroupId | GroupIdio.github.ci-cmg |
|---|---|
| ArtifactId | ArtifactIdmapbox-vector-tile |
| Version | Version4.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mapbox-vector-tile-4.0.4.pom | |
| mapbox-vector-tile-4.0.4.jar | 110 KB |
| mapbox-vector-tile-4.0.4-sources.jar | 53 KB |
| mapbox-vector-tile-4.0.4-javadoc.jar | 322 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.ci-cmg/mapbox-vector-tile/ -->
<dependency>
<groupId>io.github.ci-cmg</groupId>
<artifactId>mapbox-vector-tile</artifactId>
<version>4.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ci-cmg/mapbox-vector-tile/
implementation 'io.github.ci-cmg:mapbox-vector-tile:4.0.4'
// https://jarcasting.com/artifacts/io.github.ci-cmg/mapbox-vector-tile/
implementation ("io.github.ci-cmg:mapbox-vector-tile:4.0.4")
'io.github.ci-cmg:mapbox-vector-tile:jar:4.0.4'
<dependency org="io.github.ci-cmg" name="mapbox-vector-tile" rev="4.0.4">
<artifact name="mapbox-vector-tile" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ci-cmg', module='mapbox-vector-tile', version='4.0.4')
)
libraryDependencies += "io.github.ci-cmg" % "mapbox-vector-tile" % "4.0.4"
[io.github.ci-cmg/mapbox-vector-tile "4.0.4"]