| GroupId | GroupIdio.resys.hdes |
|---|---|
| ArtifactId | ArtifactIdthena-core |
| Version | Version1.1.18 |
| Type | Typepom |
| Filename | Size |
|---|---|
| thena-core-1.1.18.pom | 719 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.resys.hdes/thena-core/ -->
<dependency>
<groupId>io.resys.hdes</groupId>
<artifactId>thena-core</artifactId>
<version>1.1.18</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.resys.hdes/thena-core/
implementation 'io.resys.hdes:thena-core:1.1.18'
// https://jarcasting.com/artifacts/io.resys.hdes/thena-core/
implementation ("io.resys.hdes:thena-core:1.1.18")
'io.resys.hdes:thena-core:pom:1.1.18'
<dependency org="io.resys.hdes" name="thena-core" rev="1.1.18">
<artifact name="thena-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.resys.hdes', module='thena-core', version='1.1.18')
)
libraryDependencies += "io.resys.hdes" % "thena-core" % "1.1.18"
[io.resys.hdes/thena-core "1.1.18"]