Java

Download Ice 3.8 for Java

Maven Repository

The nightly packages are available from the maven ZeroC maven-nightly repository. To use them, add the following Maven repository to your build configuration:
https://download.zeroc.com/nexus/repository/maven-nightly/
PackageDescription
com.zeroc:ice
Ice runtime for Java
com.zeroc:glacier2
Firewall traversal for Ice
com.zeroc:icebox
IceBox service container
com.zeroc:icegrid
Locate, deploy, and manage Ice servers
com.zeroc:icestorm
Publish-subscribe event distribution service
com.zeroc:icediscovery
Allow Ice applications to discover objects and object adapters
com.zeroc:icelocatordiscovery
Ice plug-in that enables the discovery of IceGrid and custom locators via UDP multicast
com.zeroc:icebt
Bluetooth support for Ice (Android only)

Gradle Plugin

The Slice Tools Gradle plugin automatically compiles your Slice definitions to Java during the build process.

Using the plugins DSL (build.gradle.kts):

plugins {
// Apply the Slice-tools plugin to enable Slice compilation.
// Files in 'src/main/slice' will be compiled by default.
id("com.zeroc.slice-tools") version "3.8.+"
}

See the documentation for usage details.

CookiesYour privacy
This website uses cookies to analyze traffic and improve your experience.
By clicking "Accept," you consent to the use of these cookies. You can learn more about our cookies policy in our Privacy Policy.