Download ice-3.6.2.jar file - Jar i

Jar examples for i:ice

Description

Ice is a comprehensive RPC framework that helps you build distributed applications with minimal effort using familiar object-oriented idioms

You can download jar file ice 3.6.2 in this page.

License

GNU General Public License, version 2

Build File

You can use the following script to add ice-3.6.2.jar to your project.

<dependency>
   <groupId>com.zeroc</groupId>
   <artifactId>ice</artifactId>
   <version>3.6.2</version>
</dependency>
compile group: 'com.zeroc', name: 'ice', version: '3.6.2'
libraryDependencies += "com.zeroc" % "ice" % "3.6.2"
<dependency org="com.zeroc" name="ice" rev="3.6.2"/>
@Grapes(@Grab(group='com.zeroc', module='ice', version='3.6.2'))
'com.zeroc:ice:jar:3.6.2'

Download

Click the following link to download the jar file.

ice-3.6.2-javadoc.jar
ice-3.6.2-sources.jar
ice-3.6.2.jar
ice-3.6.2.pom



Related Tutorials