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.5.jar 下载
ice-3.7.5.pom 下载
ice-3.7.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.zeroc</groupId>
  <artifactId>ice</artifactId>
  <version>3.7.5</version>
</dependency>
Gradle Groovy
implementation 'com.zeroc:ice:3.7.5'
Gradle Kotlin
implementation("com.zeroc:ice:3.7.5")
Scala SBT
libraryDependencies += "com.zeroc" % "ice" % "3.7.5"
Groovy Grape
@Grapes(
  @Grab(group='com.zeroc', module='ice', version='3.7.5')
)
Apache Ivy
<dependency org="com.zeroc" name="ice" rev="3.7.5" />
Leiningen
[com.zeroc/ice "3.7.5"]
Apache Buildr
'com.zeroc:ice:jar:3.7.5'
本项目依赖
该项目无第三方依赖