GroupId | GroupIdcom.zeroc |
---|---|
ArtifactId | ArtifactIdglacier2 |
Version | Version3.6.4 |
Type | Typejar |
Filename | Size |
---|---|
glacier2-3.6.4.pom | |
glacier2-3.6.4.jar | 171 KB |
glacier2-3.6.4-sources.jar | 125 KB |
glacier2-3.6.4-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.zeroc/glacier2/ -->
<dependency>
<groupId>com.zeroc</groupId>
<artifactId>glacier2</artifactId>
<version>3.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.zeroc/glacier2/
implementation 'com.zeroc:glacier2:3.6.4'
// https://jarcasting.com/artifacts/com.zeroc/glacier2/
implementation ("com.zeroc:glacier2:3.6.4")
'com.zeroc:glacier2:jar:3.6.4'
<dependency org="com.zeroc" name="glacier2" rev="3.6.4">
<artifact name="glacier2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zeroc', module='glacier2', version='3.6.4')
)
libraryDependencies += "com.zeroc" % "glacier2" % "3.6.4"
[com.zeroc/glacier2 "3.6.4"]