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