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