| GroupId | GroupIdcom.icexxx |
|---|---|
| ArtifactId | ArtifactIdicegen |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| icegen-1.0.0.pom | |
| icegen-1.0.0.jar | 85 KB |
| icegen-1.0.0-sources.jar | 219 KB |
| icegen-1.0.0-javadoc.jar | 290 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.icexxx/icegen/ -->
<dependency>
<groupId>com.icexxx</groupId>
<artifactId>icegen</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.icexxx/icegen/
implementation 'com.icexxx:icegen:1.0.0'
// https://jarcasting.com/artifacts/com.icexxx/icegen/
implementation ("com.icexxx:icegen:1.0.0")
'com.icexxx:icegen:jar:1.0.0'
<dependency org="com.icexxx" name="icegen" rev="1.0.0">
<artifact name="icegen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.icexxx', module='icegen', version='1.0.0')
)
libraryDependencies += "com.icexxx" % "icegen" % "1.0.0"
[com.icexxx/icegen "1.0.0"]