GroupId | GroupIdorg.mobicents.slee.media |
---|---|
ArtifactId | ArtifactIdmedia-rtp |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPOM was created from install:install-file
|
Filename | Size |
---|---|
media-rtp-1.0.pom | |
media-rtp-1.0.jar | 132 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.slee.media/media-rtp/ -->
<dependency>
<groupId>org.mobicents.slee.media</groupId>
<artifactId>media-rtp</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.slee.media/media-rtp/
implementation 'org.mobicents.slee.media:media-rtp:1.0'
// https://jarcasting.com/artifacts/org.mobicents.slee.media/media-rtp/
implementation ("org.mobicents.slee.media:media-rtp:1.0")
'org.mobicents.slee.media:media-rtp:jar:1.0'
<dependency org="org.mobicents.slee.media" name="media-rtp" rev="1.0">
<artifact name="media-rtp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.slee.media', module='media-rtp', version='1.0')
)
libraryDependencies += "org.mobicents.slee.media" % "media-rtp" % "1.0"
[org.mobicents.slee.media/media-rtp "1.0"]