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