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