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