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