GroupId | GroupIdcom.soebes.smpp |
---|---|
ArtifactId | ArtifactIdsmpp-plugins |
Version | Version2.2.2 |
Type | Typepom |
Filename | Size |
---|---|
smpp-plugins-2.2.2.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.soebes.smpp/smpp-plugins/ -->
<dependency>
<groupId>com.soebes.smpp</groupId>
<artifactId>smpp-plugins</artifactId>
<version>2.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.soebes.smpp/smpp-plugins/
implementation 'com.soebes.smpp:smpp-plugins:2.2.2'
// https://jarcasting.com/artifacts/com.soebes.smpp/smpp-plugins/
implementation ("com.soebes.smpp:smpp-plugins:2.2.2")
'com.soebes.smpp:smpp-plugins:pom:2.2.2'
<dependency org="com.soebes.smpp" name="smpp-plugins" rev="2.2.2">
<artifact name="smpp-plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.soebes.smpp', module='smpp-plugins', version='2.2.2')
)
libraryDependencies += "com.soebes.smpp" % "smpp-plugins" % "2.2.2"
[com.soebes.smpp/smpp-plugins "2.2.2"]