MVN

global.maplink : sdk-trip

Maven & Gradle

Aug 10, 2023
1 stars

sdk-trip

<dependency>
    <groupId>global.maplink</groupId>
    <artifactId>sdk-trip</artifactId>
    <version>1.4.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of global.maplink : sdk-trip to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.22

All Versions

Choose a version of global.maplink : sdk-trip to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
sdk-trip-1.4.22
sdk-trip-1.4.21
sdk-trip-1.4.20
sdk-trip-1.4.19
sdk-trip-1.4.18
sdk-trip-1.4.17
sdk-trip-1.4.16
sdk-trip-1.4.15
sdk-trip-1.4.14
sdk-trip-1.4.13
sdk-trip-1.4.12
sdk-trip-1.4.11
sdk-trip-1.4.10
sdk-trip-1.4.9
sdk-trip-1.4.8

How to add a dependency to Maven

Add the following global.maplink : sdk-trip maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>global.maplink</groupId>
    <artifactId>sdk-trip</artifactId>
    <version>1.4.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following global.maplink : sdk-trip gradle dependency to your build.gradle file:

implementation 'global.maplink:sdk-trip:1.4.22'

Gradle Kotlin DSL: Add the following global.maplink : sdk-trip gradle kotlin dependency to your build.gradle.kts file:

implementation("global.maplink:sdk-trip:1.4.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following global.maplink : sdk-trip sbt scala dependency to your build.sbt file:

libraryDependencies += "global.maplink" % "sdk-trip" % "1.4.22"

Advertisement