- 3.8
- Java
Download Ice 3.8 for Java
Version
3.8.0
|
December 16, 2025
Platforms
Maven Repository
The Ice for Java JAR files are available from Maven Central.
| Package | Description |
|---|---|
| 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.