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
Files download
File Operation
ice-3.7.5.jar download
ice-3.7.5.pom download
ice-3.7.5-sources.jar download
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'
Dependencies
The project has no third-party dependencies