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