t

tm-lib

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)
http://www.etsi.org/deliver/etsi_ts%5C102100_102199%5C102127%5C06.13.00_60%5Cts_102127v061300p.pdf
The Apache Software License, Version 2.0
Gael Gerard Davy Dermilly Sebastion Kuras Sylvain Decourval
Files download
File Operation
tm-lib-1.7.2.jar download
tm-lib-1.7.2.pom download
tm-lib-1.7.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.orange.labs.quickpass.tm</groupId>
  <artifactId>tm-lib</artifactId>
  <version>1.7.2</version>
</dependency>
Gradle Groovy
implementation 'com.orange.labs.quickpass.tm:tm-lib:1.7.2'
Gradle Kotlin
implementation("com.orange.labs.quickpass.tm:tm-lib:1.7.2")
Scala SBT
libraryDependencies += "com.orange.labs.quickpass.tm" % "tm-lib" % "1.7.2"
Groovy Grape
@Grapes(
  @Grab(group='com.orange.labs.quickpass.tm', module='tm-lib', version='1.7.2')
)
Apache Ivy
<dependency org="com.orange.labs.quickpass.tm" name="tm-lib" rev="1.7.2" />
Leiningen
[com.orange.labs.quickpass.tm/tm-lib "1.7.2"]
Apache Buildr
'com.orange.labs.quickpass.tm:tm-lib:jar:1.7.2'