| Группа | Группаcom.icexxx |
|---|---|
| Идентификатор | Идентификаторicegen |
| Версия | Версия1.0.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| icegen-1.0.2.pom | |
| icegen-1.0.2.jar | 260 KB |
| icegen-1.0.2-sources.jar | 221 KB |
| icegen-1.0.2-javadoc.jar | 299 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.icexxx/icegen/ -->
<dependency>
<groupId>com.icexxx</groupId>
<artifactId>icegen</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.icexxx/icegen/
implementation 'com.icexxx:icegen:1.0.2'
// https://jarcasting.com/artifacts/com.icexxx/icegen/
implementation ("com.icexxx:icegen:1.0.2")
'com.icexxx:icegen:jar:1.0.2'
<dependency org="com.icexxx" name="icegen" rev="1.0.2">
<artifact name="icegen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.icexxx', module='icegen', version='1.0.2')
)
libraryDependencies += "com.icexxx" % "icegen" % "1.0.2"
[com.icexxx/icegen "1.0.2"]