| License | License | 
|---|---|
| GroupId | GroupIdcom.zeroc | 
| ArtifactId | ArtifactIdice-compat | 
| Last Version | Last Version3.7.7 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionIce Compat Ice is a comprehensive RPC framework that helps you build distributed applications with minimal effort using familiar object-oriented idioms | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| ice-compat-3.7.7.pom | |
| ice-compat-3.7.7.jar | 1 MB | 
| ice-compat-3.7.7-sources.jar | 696 KB | 
| ice-compat-3.7.7-javadoc.jar | 2 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.zeroc/ice-compat/ -->
<dependency>
    <groupId>com.zeroc</groupId>
    <artifactId>ice-compat</artifactId>
    <version>3.7.7</version>
</dependency>// https://jarcasting.com/artifacts/com.zeroc/ice-compat/
implementation 'com.zeroc:ice-compat:3.7.7'// https://jarcasting.com/artifacts/com.zeroc/ice-compat/
implementation ("com.zeroc:ice-compat:3.7.7")'com.zeroc:ice-compat:jar:3.7.7'<dependency org="com.zeroc" name="ice-compat" rev="3.7.7">
  <artifact name="ice-compat" type="jar" />
</dependency>@Grapes(
@Grab(group='com.zeroc', module='ice-compat', version='3.7.7')
)libraryDependencies += "com.zeroc" % "ice-compat" % "3.7.7"[com.zeroc/ice-compat "3.7.7"]