Files download
File Operation
icegrid-3.7.3.jar download
icegrid-3.7.3.pom download
icegrid-3.7.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.zeroc</groupId>
  <artifactId>icegrid</artifactId>
  <version>3.7.3</version>
</dependency>
Gradle Groovy
implementation 'com.zeroc:icegrid:3.7.3'
Gradle Kotlin
implementation("com.zeroc:icegrid:3.7.3")
Scala SBT
libraryDependencies += "com.zeroc" % "icegrid" % "3.7.3"
Groovy Grape
@Grapes(
  @Grab(group='com.zeroc', module='icegrid', version='3.7.3')
)
Apache Ivy
<dependency org="com.zeroc" name="icegrid" rev="3.7.3" />
Leiningen
[com.zeroc/icegrid "3.7.3"]
Apache Buildr
'com.zeroc:icegrid:jar:3.7.3'