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