MVN

com.trip38.trip38lib : t38sdk

Maven & Gradle

Oct 08, 2015

Trip38 Ui Library · Trip38 sdk allows third parties to use trip38 ui in their own app.

<dependency>
    <groupId>com.trip38.trip38lib</groupId>
    <artifactId>t38sdk</artifactId>
    <version>0.2.9.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.trip38.trip38lib : t38sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.9.5

All Versions

Choose a version of com.trip38.trip38lib : t38sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
t38sdk-0.2.9.5
t38sdk-0.2.9.4
t38sdk-0.2.9.3
t38sdk-0.2.9.2
t38sdk-0.2.9.1
t38sdk-0.2.9
t38sdk-0.2.8
t38sdk-0.2.6
t38sdk-0.2.5
t38sdk-0.2.4
t38sdk-0.2.3
t38sdk-0.2.2
t38sdk-0.2.1
t38sdk-0.2.0
0.1.x
t38sdk-0.1.0
0.0.x
t38sdk-0.0.3
t38sdk-0.0.2
t38sdk-0.0.1

How to add a dependency to Maven

Add the following com.trip38.trip38lib : t38sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.trip38.trip38lib</groupId>
    <artifactId>t38sdk</artifactId>
    <version>0.2.9.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.trip38.trip38lib : t38sdk gradle dependency to your build.gradle file:

implementation 'com.trip38.trip38lib:t38sdk:0.2.9.5'

Gradle Kotlin DSL: Add the following com.trip38.trip38lib : t38sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.trip38.trip38lib:t38sdk:0.2.9.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.trip38.trip38lib : t38sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.trip38.trip38lib" % "t38sdk" % "0.2.9.5"

Advertisement