c

ch-smpp

Efficient, scalable, and flexible Java implementation of the Short Messaging Peer to Peer Protocol (SMPP)
https://github.com/twitter/cloudhopper-smpp
Files download
File Operation
ch-smpp-5.0.9.jar download
ch-smpp-5.0.9.pom download
ch-smpp-5.0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.fizzed</groupId>
  <artifactId>ch-smpp</artifactId>
  <version>5.0.9</version>
</dependency>
Gradle Groovy
implementation 'com.fizzed:ch-smpp:5.0.9'
Gradle Kotlin
implementation("com.fizzed:ch-smpp:5.0.9")
Scala SBT
libraryDependencies += "com.fizzed" % "ch-smpp" % "5.0.9"
Groovy Grape
@Grapes(
  @Grab(group='com.fizzed', module='ch-smpp', version='5.0.9')
)
Apache Ivy
<dependency org="com.fizzed" name="ch-smpp" rev="5.0.9" />
Leiningen
[com.fizzed/ch-smpp "5.0.9"]
Apache Buildr
'com.fizzed:ch-smpp:jar:5.0.9'