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