i

ice

Ice is a comprehensive RPC framework that helps you build distributed applications with minimal effort using familiar object-oriented idioms
https://zeroc.com
GNU General Public License, version 2
ZeroC Developers
文件下载
文件名 操作
ice-3.7.4.jar 下载
ice-3.7.4.pom 下载
ice-3.7.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.zeroc</groupId>
  <artifactId>ice</artifactId>
  <version>3.7.4</version>
</dependency>
Gradle Groovy
implementation 'com.zeroc:ice:3.7.4'
Gradle Kotlin
implementation("com.zeroc:ice:3.7.4")
Scala SBT
libraryDependencies += "com.zeroc" % "ice" % "3.7.4"
Groovy Grape
@Grapes(
  @Grab(group='com.zeroc', module='ice', version='3.7.4')
)
Apache Ivy
<dependency org="com.zeroc" name="ice" rev="3.7.4" />
Leiningen
[com.zeroc/ice "3.7.4"]
Apache Buildr
'com.zeroc:ice:jar:3.7.4'
本项目依赖
该项目无第三方依赖