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