GroupId | GroupIdcom.zeroc |
---|---|
ArtifactId | ArtifactIdicebt |
Version | Version3.7.1-1 |
Type | Typejar |
Filename | Size |
---|---|
icebt-3.7.1-1.pom | |
icebt-3.7.1-1.jar | 23 KB |
icebt-3.7.1-1-sources.jar | 17 KB |
icebt-3.7.1-1-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zeroc/icebt/ -->
<dependency>
<groupId>com.zeroc</groupId>
<artifactId>icebt</artifactId>
<version>3.7.1-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.zeroc/icebt/
implementation 'com.zeroc:icebt:3.7.1-1'
// https://jarcasting.com/artifacts/com.zeroc/icebt/
implementation ("com.zeroc:icebt:3.7.1-1")
'com.zeroc:icebt:jar:3.7.1-1'
<dependency org="com.zeroc" name="icebt" rev="3.7.1-1">
<artifact name="icebt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zeroc', module='icebt', version='3.7.1-1')
)
libraryDependencies += "com.zeroc" % "icebt" % "3.7.1-1"
[com.zeroc/icebt "3.7.1-1"]