| Группа | Группаio.resys.hdes |
|---|---|
| Идентификатор | Идентификаторhdes-spring |
| Версия | Версия3.119 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| hdes-spring-3.119.pom | 666 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.resys.hdes/hdes-spring/ -->
<dependency>
<groupId>io.resys.hdes</groupId>
<artifactId>hdes-spring</artifactId>
<version>3.119</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.resys.hdes/hdes-spring/
implementation 'io.resys.hdes:hdes-spring:3.119'
// https://jarcasting.com/artifacts/io.resys.hdes/hdes-spring/
implementation ("io.resys.hdes:hdes-spring:3.119")
'io.resys.hdes:hdes-spring:pom:3.119'
<dependency org="io.resys.hdes" name="hdes-spring" rev="3.119">
<artifact name="hdes-spring" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.resys.hdes', module='hdes-spring', version='3.119')
)
libraryDependencies += "io.resys.hdes" % "hdes-spring" % "3.119"
[io.resys.hdes/hdes-spring "3.119"]