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