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