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