GroupId | GroupIdorg.restcomm.media |
---|---|
ArtifactId | ArtifactIdice |
Version | Version6.0.29 |
Type | Typejar |
Filename | Size |
---|---|
ice-6.0.29.pom | |
ice-6.0.29.jar | 49 KB |
ice-6.0.29-sources.jar | 51 KB |
ice-6.0.29-javadoc.jar | 246 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.restcomm.media/ice/ -->
<dependency>
<groupId>org.restcomm.media</groupId>
<artifactId>ice</artifactId>
<version>6.0.29</version>
</dependency>
// https://jarcasting.com/artifacts/org.restcomm.media/ice/
implementation 'org.restcomm.media:ice:6.0.29'
// https://jarcasting.com/artifacts/org.restcomm.media/ice/
implementation ("org.restcomm.media:ice:6.0.29")
'org.restcomm.media:ice:jar:6.0.29'
<dependency org="org.restcomm.media" name="ice" rev="6.0.29">
<artifact name="ice" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restcomm.media', module='ice', version='6.0.29')
)
libraryDependencies += "org.restcomm.media" % "ice" % "6.0.29"
[org.restcomm.media/ice "6.0.29"]