GroupId | GroupIdorg.restcomm.media.core |
---|---|
ArtifactId | ArtifactIdstun |
Version | Version8.0.0-20 |
Type | Typejar |
Filename | Size |
---|---|
stun-8.0.0-20.pom | |
stun-8.0.0-20.jar | 66 KB |
stun-8.0.0-20-sources.jar | 65 KB |
stun-8.0.0-20-javadoc.jar | 386 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.restcomm.media.core/stun/ -->
<dependency>
<groupId>org.restcomm.media.core</groupId>
<artifactId>stun</artifactId>
<version>8.0.0-20</version>
</dependency>
// https://jarcasting.com/artifacts/org.restcomm.media.core/stun/
implementation 'org.restcomm.media.core:stun:8.0.0-20'
// https://jarcasting.com/artifacts/org.restcomm.media.core/stun/
implementation ("org.restcomm.media.core:stun:8.0.0-20")
'org.restcomm.media.core:stun:jar:8.0.0-20'
<dependency org="org.restcomm.media.core" name="stun" rev="8.0.0-20">
<artifact name="stun" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restcomm.media.core', module='stun', version='8.0.0-20')
)
libraryDependencies += "org.restcomm.media.core" % "stun" % "8.0.0-20"
[org.restcomm.media.core/stun "8.0.0-20"]