is not current version
Last Version 6.0.0-netty4-beta-3

com.fizzed:ch-smpp 5.0.9

Efficient, scalable, and flexible Java implementation of the Short Messaging Peer to Peer Protocol (SMPP)

GroupId

GroupId

com.fizzed
ArtifactId

ArtifactId

ch-smpp
Version

Version

5.0.9
Type

Type

jar

Download ch-smpp 5.0.9


<!-- https://jarcasting.com/artifacts/com.fizzed/ch-smpp/ -->
<dependency>
    <groupId>com.fizzed</groupId>
    <artifactId>ch-smpp</artifactId>
    <version>5.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.fizzed/ch-smpp/
implementation 'com.fizzed:ch-smpp:5.0.9'
// https://jarcasting.com/artifacts/com.fizzed/ch-smpp/
implementation ("com.fizzed:ch-smpp:5.0.9")
'com.fizzed:ch-smpp:jar:5.0.9'
<dependency org="com.fizzed" name="ch-smpp" rev="5.0.9">
  <artifact name="ch-smpp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fizzed', module='ch-smpp', version='5.0.9')
)
libraryDependencies += "com.fizzed" % "ch-smpp" % "5.0.9"
[com.fizzed/ch-smpp "5.0.9"]