GroupId | GroupIdorg.restcomm.smpp |
---|---|
ArtifactId | ArtifactIdch-commons-util |
Version | Version7.0.4 |
Type | Typejar |
Filename | Size |
---|---|
ch-commons-util-7.0.4.pom | |
ch-commons-util-7.0.4.jar | 127 KB |
ch-commons-util-7.0.4-sources.jar | 150 KB |
ch-commons-util-7.0.4-javadoc.jar | 502 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.restcomm.smpp/ch-commons-util/ -->
<dependency>
<groupId>org.restcomm.smpp</groupId>
<artifactId>ch-commons-util</artifactId>
<version>7.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.restcomm.smpp/ch-commons-util/
implementation 'org.restcomm.smpp:ch-commons-util:7.0.4'
// https://jarcasting.com/artifacts/org.restcomm.smpp/ch-commons-util/
implementation ("org.restcomm.smpp:ch-commons-util:7.0.4")
'org.restcomm.smpp:ch-commons-util:jar:7.0.4'
<dependency org="org.restcomm.smpp" name="ch-commons-util" rev="7.0.4">
<artifact name="ch-commons-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restcomm.smpp', module='ch-commons-util', version='7.0.4')
)
libraryDependencies += "org.restcomm.smpp" % "ch-commons-util" % "7.0.4"
[org.restcomm.smpp/ch-commons-util "7.0.4"]