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