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