t

thena-re-backend

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