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