GroupId | GroupIdorg.mobicents.examples |
---|---|
ArtifactId | ArtifactIdsip-wake-up-DU |
Version | Version7.0.16 |
Type | Typejar |
Filename | Size |
---|---|
sip-wake-up-DU-7.0.16.pom | |
sip-wake-up-DU-7.0.16.jar | 10 KB |
sip-wake-up-DU-7.0.16-sources.jar | 829 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.examples/sip-wake-up-DU/ -->
<dependency>
<groupId>org.mobicents.examples</groupId>
<artifactId>sip-wake-up-DU</artifactId>
<version>7.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.examples/sip-wake-up-DU/
implementation 'org.mobicents.examples:sip-wake-up-DU:7.0.16'
// https://jarcasting.com/artifacts/org.mobicents.examples/sip-wake-up-DU/
implementation ("org.mobicents.examples:sip-wake-up-DU:7.0.16")
'org.mobicents.examples:sip-wake-up-DU:jar:7.0.16'
<dependency org="org.mobicents.examples" name="sip-wake-up-DU" rev="7.0.16">
<artifact name="sip-wake-up-DU" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.examples', module='sip-wake-up-DU', version='7.0.16')
)
libraryDependencies += "org.mobicents.examples" % "sip-wake-up-DU" % "7.0.16"
[org.mobicents.examples/sip-wake-up-DU "7.0.16"]