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