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