Files download
File Operation
thena-1.010.pom download
Apache Maven
<dependency>
  <groupId>io.resys.hdes</groupId>
  <artifactId>thena</artifactId>
  <version>1.010</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.resys.hdes:thena:1.010'
Gradle Kotlin
implementation("io.resys.hdes:thena:1.010")
Scala SBT
libraryDependencies += "io.resys.hdes" % "thena" % "1.010"
Groovy Grape
@Grapes(
  @Grab(group='io.resys.hdes', module='thena', version='1.010')
)
Apache Ivy
<dependency org="io.resys.hdes" name="thena" rev="1.010" />
Leiningen
[io.resys.hdes/thena "1.010"]
Apache Buildr
'io.resys.hdes:thena:jar:1.010'
Dependencies
The project has no third-party dependencies