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