GroupId | GroupIdorg.mobicents.examples |
---|---|
ArtifactId | ArtifactIdsip-wake-up-DU |
Version | Version7.1.20 |
Type | Typejar |
Filename | Size |
---|---|
sip-wake-up-DU-7.1.20.pom | |
sip-wake-up-DU-7.1.20.jar | 10 KB |
sip-wake-up-DU-7.1.20-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.1.20</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.examples/sip-wake-up-DU/
implementation 'org.mobicents.examples:sip-wake-up-DU:7.1.20'
// https://jarcasting.com/artifacts/org.mobicents.examples/sip-wake-up-DU/
implementation ("org.mobicents.examples:sip-wake-up-DU:7.1.20")
'org.mobicents.examples:sip-wake-up-DU:jar:7.1.20'
<dependency org="org.mobicents.examples" name="sip-wake-up-DU" rev="7.1.20">
<artifact name="sip-wake-up-DU" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.examples', module='sip-wake-up-DU', version='7.1.20')
)
libraryDependencies += "org.mobicents.examples" % "sip-wake-up-DU" % "7.1.20"
[org.mobicents.examples/sip-wake-up-DU "7.1.20"]