Files download
File Operation
smpp-boot-5.3.8.pom download
Apache Maven
<dependency>
  <groupId>com.soebes.smpp</groupId>
  <artifactId>smpp-boot</artifactId>
  <version>5.3.8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.soebes.smpp:smpp-boot:5.3.8'
Gradle Kotlin
implementation("com.soebes.smpp:smpp-boot:5.3.8")
Scala SBT
libraryDependencies += "com.soebes.smpp" % "smpp-boot" % "5.3.8"
Groovy Grape
@Grapes(
  @Grab(group='com.soebes.smpp', module='smpp-boot', version='5.3.8')
)
Apache Ivy
<dependency org="com.soebes.smpp" name="smpp-boot" rev="5.3.8" />
Leiningen
[com.soebes.smpp/smpp-boot "5.3.8"]
Apache Buildr
'com.soebes.smpp:smpp-boot:jar:5.3.8'