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