MVN

com.orange.labs.quickpass.tm : tm-lib

Maven & Gradle

Jan 24, 2013

Transport Manager library (designed to work with spring). This stack implements CATTP protocol (ETSI 102.227). This lib is also able to send SMS (the adapter for a specific gateway shall be implemented)

<dependency>
    <groupId>com.orange.labs.quickpass.tm</groupId>
    <artifactId>tm-lib</artifactId>
    <version>1.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.orange.labs.quickpass.tm : tm-lib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.2

All Versions

Choose a version of com.orange.labs.quickpass.tm : tm-lib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
tm-lib-1.7.2

How to add a dependency to Maven

Add the following com.orange.labs.quickpass.tm : tm-lib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.orange.labs.quickpass.tm</groupId>
    <artifactId>tm-lib</artifactId>
    <version>1.7.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.orange.labs.quickpass.tm : tm-lib gradle dependency to your build.gradle file:

implementation 'com.orange.labs.quickpass.tm:tm-lib:1.7.2'

Gradle Kotlin DSL: Add the following com.orange.labs.quickpass.tm : tm-lib gradle kotlin dependency to your build.gradle.kts file:

implementation("com.orange.labs.quickpass.tm:tm-lib:1.7.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.orange.labs.quickpass.tm : tm-lib sbt scala dependency to your build.sbt file:

libraryDependencies += "com.orange.labs.quickpass.tm" % "tm-lib" % "1.7.2"