GroupId | GroupIdorg.mobicents.resources |
---|---|
ArtifactId | ArtifactIdsmpp5-ratype |
Version | Version2.8.82 |
Type | Typejar |
Filename | Size |
---|---|
smpp5-ratype-2.8.82.pom | |
smpp5-ratype-2.8.82.jar | 5 KB |
smpp5-ratype-2.8.82-sources.jar | 8 KB |
smpp5-ratype-2.8.82-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.resources/smpp5-ratype/ -->
<dependency>
<groupId>org.mobicents.resources</groupId>
<artifactId>smpp5-ratype</artifactId>
<version>2.8.82</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.resources/smpp5-ratype/
implementation 'org.mobicents.resources:smpp5-ratype:2.8.82'
// https://jarcasting.com/artifacts/org.mobicents.resources/smpp5-ratype/
implementation ("org.mobicents.resources:smpp5-ratype:2.8.82")
'org.mobicents.resources:smpp5-ratype:jar:2.8.82'
<dependency org="org.mobicents.resources" name="smpp5-ratype" rev="2.8.82">
<artifact name="smpp5-ratype" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.resources', module='smpp5-ratype', version='2.8.82')
)
libraryDependencies += "org.mobicents.resources" % "smpp5-ratype" % "2.8.82"
[org.mobicents.resources/smpp5-ratype "2.8.82"]