GroupId | GroupIdorg.restcomm.media |
---|---|
ArtifactId | ArtifactIdice |
Version | Version6.0.36 |
Type | Typejar |
Filename | Size |
---|---|
ice-6.0.36.pom | |
ice-6.0.36.jar | 49 KB |
ice-6.0.36-sources.jar | 51 KB |
ice-6.0.36-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.36</version>
</dependency>
// https://jarcasting.com/artifacts/org.restcomm.media/ice/
implementation 'org.restcomm.media:ice:6.0.36'
// https://jarcasting.com/artifacts/org.restcomm.media/ice/
implementation ("org.restcomm.media:ice:6.0.36")
'org.restcomm.media:ice:jar:6.0.36'
<dependency org="org.restcomm.media" name="ice" rev="6.0.36">
<artifact name="ice" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restcomm.media', module='ice', version='6.0.36')
)
libraryDependencies += "org.restcomm.media" % "ice" % "6.0.36"
[org.restcomm.media/ice "6.0.36"]