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