s

sdk-root

The Java SDK that can be used to access Octane's REST API without worrying about REST or HTTP
https://github.com/MicroFocus/ALMOctaneJavaRESTSDK
Apache License, Version 2.0
Micro Focus
Spencer Bruce
Files download
File Operation
sdk-root-12.60.41.pom download
Apache Maven
<dependency>
  <groupId>com.microfocus.adm.almoctane.sdk</groupId>
  <artifactId>sdk-root</artifactId>
  <version>12.60.41</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.microfocus.adm.almoctane.sdk:sdk-root:12.60.41'
Gradle Kotlin
implementation("com.microfocus.adm.almoctane.sdk:sdk-root:12.60.41")
Scala SBT
libraryDependencies += "com.microfocus.adm.almoctane.sdk" % "sdk-root" % "12.60.41"
Groovy Grape
@Grapes(
  @Grab(group='com.microfocus.adm.almoctane.sdk', module='sdk-root', version='12.60.41')
)
Apache Ivy
<dependency org="com.microfocus.adm.almoctane.sdk" name="sdk-root" rev="12.60.41" />
Leiningen
[com.microfocus.adm.almoctane.sdk/sdk-root "12.60.41"]
Apache Buildr
'com.microfocus.adm.almoctane.sdk:sdk-root:jar:12.60.41'