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