<dependency> <groupId>com.soebes.smpp</groupId> <artifactId>smpp-boot</artifactId> <version>5.3.7</version> <type>pom</type> </dependency>
implementation 'com.soebes.smpp:smpp-boot:5.3.7'
implementation("com.soebes.smpp:smpp-boot:5.3.7")
libraryDependencies += "com.soebes.smpp" % "smpp-boot" % "5.3.7"
@Grapes( @Grab(group='com.soebes.smpp', module='smpp-boot', version='5.3.7') )
<dependency org="com.soebes.smpp" name="smpp-boot" rev="5.3.7" />
[com.soebes.smpp/smpp-boot "5.3.7"]
'com.soebes.smpp:smpp-boot:jar:5.3.7'
<parent> <groupId>com.soebes.smpp</groupId> <artifactId>smpp</artifactId> <version>5.3.7</version> </parent>