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-23.3.0.pom download
Apache Maven
<dependency>
  <groupId>com.microfocus.adm.almoctane.sdk</groupId>
  <artifactId>sdk-root</artifactId>
  <version>23.3.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.microfocus.adm.almoctane.sdk:sdk-root:23.3.0'
Gradle Kotlin
implementation("com.microfocus.adm.almoctane.sdk:sdk-root:23.3.0")
Scala SBT
libraryDependencies += "com.microfocus.adm.almoctane.sdk" % "sdk-root" % "23.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.microfocus.adm.almoctane.sdk', module='sdk-root', version='23.3.0')
)
Apache Ivy
<dependency org="com.microfocus.adm.almoctane.sdk" name="sdk-root" rev="23.3.0" />
Leiningen
[com.microfocus.adm.almoctane.sdk/sdk-root "23.3.0"]
Apache Buildr
'com.microfocus.adm.almoctane.sdk:sdk-root:jar:23.3.0'