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