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