License |
License |
---|---|
GroupId | GroupIdcom.zeroc |
ArtifactId | ArtifactIdice |
Version | Version3.7.6 |
Type | Typejar |
Description |
DescriptionIce
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-3.7.6.pom | |
ice-3.7.6.jar | 848 KB |
ice-3.7.6-sources.jar | 502 KB |
ice-3.7.6-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.zeroc/ice/ -->
<dependency>
<groupId>com.zeroc</groupId>
<artifactId>ice</artifactId>
<version>3.7.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.zeroc/ice/
implementation 'com.zeroc:ice:3.7.6'
// https://jarcasting.com/artifacts/com.zeroc/ice/
implementation ("com.zeroc:ice:3.7.6")
'com.zeroc:ice:jar:3.7.6'
<dependency org="com.zeroc" name="ice" rev="3.7.6">
<artifact name="ice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zeroc', module='ice', version='3.7.6')
)
libraryDependencies += "com.zeroc" % "ice" % "3.7.6"
[com.zeroc/ice "3.7.6"]