MVN

io.github.sebasbaumh : mapbox-vector-tile-java

Maven & Gradle

Aug 02, 2023
6 stars

Mapbox Vector Tiles - Java · Mapbox Vector Tile Support for Java.

<dependency>
    <groupId>io.github.sebasbaumh</groupId>
    <artifactId>mapbox-vector-tile-java</artifactId>
    <version>23.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.sebasbaumh : mapbox-vector-tile-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 23.2.0

All Versions

Choose a version of io.github.sebasbaumh : mapbox-vector-tile-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
23.2.x
mapbox-vector-tile-java-23.2.0
23.1.x
mapbox-vector-tile-java-23.1.0
23.0.x
mapbox-vector-tile-java-23.0.0
22.3.x
mapbox-vector-tile-java-22.3.0
22.2.x
mapbox-vector-tile-java-22.2.2
mapbox-vector-tile-java-22.2.1
mapbox-vector-tile-java-22.2.0
22.1.x
mapbox-vector-tile-java-22.1.0
22.0.x
mapbox-vector-tile-java-22.0.1

How to add a dependency to Maven

Add the following io.github.sebasbaumh : mapbox-vector-tile-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.sebasbaumh</groupId>
    <artifactId>mapbox-vector-tile-java</artifactId>
    <version>23.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.sebasbaumh : mapbox-vector-tile-java gradle dependency to your build.gradle file:

implementation 'io.github.sebasbaumh:mapbox-vector-tile-java:23.2.0'

Gradle Kotlin DSL: Add the following io.github.sebasbaumh : mapbox-vector-tile-java gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.sebasbaumh:mapbox-vector-tile-java:23.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.sebasbaumh : mapbox-vector-tile-java sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.sebasbaumh" % "mapbox-vector-tile-java" % "23.2.0"