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