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