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