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