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