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