MVN

com.openvehicletracking.device : xtakip

Maven & Gradle

Feb 04, 2018
0 stars

OpenVehicleTracking Xtakip Device Implementation · xtakip tracking device message parsers and device implementations

<dependency>
    <groupId>com.openvehicletracking.device</groupId>
    <artifactId>xtakip</artifactId>
    <version>1.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.openvehicletracking.device : xtakip to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.4

All Versions

Choose a version of com.openvehicletracking.device : xtakip to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
xtakip-1.5.4
1.3.x
xtakip-1.3.1

How to add a dependency to Maven

Add the following com.openvehicletracking.device : xtakip maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.openvehicletracking.device</groupId>
    <artifactId>xtakip</artifactId>
    <version>1.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.openvehicletracking.device : xtakip gradle dependency to your build.gradle file:

implementation 'com.openvehicletracking.device:xtakip:1.5.4'

Gradle Kotlin DSL: Add the following com.openvehicletracking.device : xtakip gradle kotlin dependency to your build.gradle.kts file:

implementation("com.openvehicletracking.device:xtakip:1.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.openvehicletracking.device : xtakip sbt scala dependency to your build.sbt file:

libraryDependencies += "com.openvehicletracking.device" % "xtakip" % "1.5.4"

Advertisement