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