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