MVN

uk.os.vt : vt

Maven & Gradle

Feb 15, 2019
3 usages
3 stars

OS Base VT Lib · API to access vector tiles

<dependency>
    <groupId>uk.os.vt</groupId>
    <artifactId>vt</artifactId>
    <version>2.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.os.vt : vt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.9

All Versions

Choose a version of uk.os.vt : vt to add to Maven or Gradle - All Versions:

  • Version Updated
  • vt-2.0.9

    Feb 15, 2019
  • vt-2.0.8

    Jun 07, 2018
  • vt-2.0.7

    Dec 13, 2017
  • vt-2.0.6

    Dec 11, 2017
  • vt-2.0.5

    Dec 08, 2017
  • vt-2.0.4

    Dec 04, 2017
  • vt-2.0.3

    Nov 09, 2017
  • vt-2.0.2

    Nov 08, 2017
  • vt-2.0.1

    Nov 07, 2017
  • vt-2.0.0

    Nov 07, 2017

How to add a dependency to Maven

Add the following uk.os.vt : vt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.os.vt</groupId>
    <artifactId>vt</artifactId>
    <version>2.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.os.vt : vt gradle dependency to your build.gradle file:

implementation 'uk.os.vt:vt:2.0.9'

Gradle Kotlin DSL: Add the following uk.os.vt : vt gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.os.vt:vt:2.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.os.vt : vt sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.os.vt" % "vt" % "2.0.9"

Advertisement