GroupId | GroupIdcom.wdtinc |
---|---|
ArtifactId | ArtifactIdmapbox-vector-tile |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
mapbox-vector-tile-3.0.0.pom | |
mapbox-vector-tile-3.0.0.jar | 109 KB |
mapbox-vector-tile-3.0.0-sources.jar | 50 KB |
mapbox-vector-tile-3.0.0-javadoc.jar | 317 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wdtinc/mapbox-vector-tile/ -->
<dependency>
<groupId>com.wdtinc</groupId>
<artifactId>mapbox-vector-tile</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wdtinc/mapbox-vector-tile/
implementation 'com.wdtinc:mapbox-vector-tile:3.0.0'
// https://jarcasting.com/artifacts/com.wdtinc/mapbox-vector-tile/
implementation ("com.wdtinc:mapbox-vector-tile:3.0.0")
'com.wdtinc:mapbox-vector-tile:jar:3.0.0'
<dependency org="com.wdtinc" name="mapbox-vector-tile" rev="3.0.0">
<artifact name="mapbox-vector-tile" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wdtinc', module='mapbox-vector-tile', version='3.0.0')
)
libraryDependencies += "com.wdtinc" % "mapbox-vector-tile" % "3.0.0"
[com.wdtinc/mapbox-vector-tile "3.0.0"]