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-6.0.0-netty4-beta-3.jar download
ch-smpp-6.0.0-netty4-beta-3.pom download
ch-smpp-6.0.0-netty4-beta-3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.fizzed</groupId>
  <artifactId>ch-smpp</artifactId>
  <version>6.0.0-netty4-beta-3</version>
</dependency>
Gradle Groovy
implementation 'com.fizzed:ch-smpp:6.0.0-netty4-beta-3'
Gradle Kotlin
implementation("com.fizzed:ch-smpp:6.0.0-netty4-beta-3")
Scala SBT
libraryDependencies += "com.fizzed" % "ch-smpp" % "6.0.0-netty4-beta-3"
Groovy Grape
@Grapes(
  @Grab(group='com.fizzed', module='ch-smpp', version='6.0.0-netty4-beta-3')
)
Apache Ivy
<dependency org="com.fizzed" name="ch-smpp" rev="6.0.0-netty4-beta-3" />
Leiningen
[com.fizzed/ch-smpp "6.0.0-netty4-beta-3"]
Apache Buildr
'com.fizzed:ch-smpp:jar:6.0.0-netty4-beta-3'