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