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