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