GroupId | GroupIdcom.zeroc |
---|---|
ArtifactId | ArtifactIdicebox |
Version | Version3.6.5 |
Type | Typejar |
Filename | Size |
---|---|
icebox-3.6.5.pom | |
icebox-3.6.5.jar | 54 KB |
icebox-3.6.5-sources.jar | 38 KB |
icebox-3.6.5-javadoc.jar | 139 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zeroc/icebox/ -->
<dependency>
<groupId>com.zeroc</groupId>
<artifactId>icebox</artifactId>
<version>3.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.zeroc/icebox/
implementation 'com.zeroc:icebox:3.6.5'
// https://jarcasting.com/artifacts/com.zeroc/icebox/
implementation ("com.zeroc:icebox:3.6.5")
'com.zeroc:icebox:jar:3.6.5'
<dependency org="com.zeroc" name="icebox" rev="3.6.5">
<artifact name="icebox" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zeroc', module='icebox', version='3.6.5')
)
libraryDependencies += "com.zeroc" % "icebox" % "3.6.5"
[com.zeroc/icebox "3.6.5"]