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