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