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