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