GroupId | GroupIdorg.mobicents.examples |
---|---|
ArtifactId | ArtifactIdsip-wake-up-sbb |
Version | Version2.8.36 |
Type | Typejar |
Filename | Size |
---|---|
sip-wake-up-sbb-2.8.36.pom | |
sip-wake-up-sbb-2.8.36.jar | 8 KB |
sip-wake-up-sbb-2.8.36-sources.jar | 5 KB |
sip-wake-up-sbb-2.8.36-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.examples/sip-wake-up-sbb/ -->
<dependency>
<groupId>org.mobicents.examples</groupId>
<artifactId>sip-wake-up-sbb</artifactId>
<version>2.8.36</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.examples/sip-wake-up-sbb/
implementation 'org.mobicents.examples:sip-wake-up-sbb:2.8.36'
// https://jarcasting.com/artifacts/org.mobicents.examples/sip-wake-up-sbb/
implementation ("org.mobicents.examples:sip-wake-up-sbb:2.8.36")
'org.mobicents.examples:sip-wake-up-sbb:jar:2.8.36'
<dependency org="org.mobicents.examples" name="sip-wake-up-sbb" rev="2.8.36">
<artifact name="sip-wake-up-sbb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.examples', module='sip-wake-up-sbb', version='2.8.36')
)
libraryDependencies += "org.mobicents.examples" % "sip-wake-up-sbb" % "2.8.36"
[org.mobicents.examples/sip-wake-up-sbb "2.8.36"]