MVN

com.zeroc : ice-compat

Maven & Gradle

Aug 04, 2022
8 usages
1.7k stars

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

<dependency>
    <groupId>com.zeroc</groupId>
    <artifactId>ice-compat</artifactId>
    <version>3.7.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.zeroc : ice-compat to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.7.8

All Versions

Choose a version of com.zeroc : ice-compat to add to Maven or Gradle - All Versions:

  • Version Updated
  • ice-compat-3.7.8

    Aug 04, 2022
  • ice-compat-3.7.7

    Jan 26, 2022
  • ice-compat-3.7.6

    Jun 21, 2021
  • ice-compat-3.7.5

    Jan 26, 2021
  • ice-compat-3.7.4

    May 27, 2020
  • ice-compat-3.7.3

    Oct 15, 2019
  • ice-compat-3.7.2

    Feb 06, 2019
  • ice-compat-3.7.1-1

    Nov 13, 2018
  • ice-compat-3.7.1

    Apr 23, 2018
  • ice-compat-3.7.0

    Jul 21, 2017

How to add a dependency to Maven

Add the following com.zeroc : ice-compat maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.zeroc</groupId>
    <artifactId>ice-compat</artifactId>
    <version>3.7.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.zeroc : ice-compat gradle dependency to your build.gradle file:

implementation 'com.zeroc:ice-compat:3.7.8'

Gradle Kotlin DSL: Add the following com.zeroc : ice-compat gradle kotlin dependency to your build.gradle.kts file:

implementation("com.zeroc:ice-compat:3.7.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.zeroc : ice-compat sbt scala dependency to your build.sbt file:

libraryDependencies += "com.zeroc" % "ice-compat" % "3.7.8"

Advertisement