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