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