h

herd-sdk-common

This project contains swagger generated clients that invoke the herd REST API's.
http://finraos.github.io/herd/
The Apache License, Version 2.0
Files download
File Operation
herd-sdk-common-0.134.0.pom download
Apache Maven
<dependency>
  <groupId>org.finra.herd</groupId>
  <artifactId>herd-sdk-common</artifactId>
  <version>0.134.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.finra.herd:herd-sdk-common:0.134.0'
Gradle Kotlin
implementation("org.finra.herd:herd-sdk-common:0.134.0")
Scala SBT
libraryDependencies += "org.finra.herd" % "herd-sdk-common" % "0.134.0"
Groovy Grape
@Grapes(
  @Grab(group='org.finra.herd', module='herd-sdk-common', version='0.134.0')
)
Apache Ivy
<dependency org="org.finra.herd" name="herd-sdk-common" rev="0.134.0" />
Leiningen
[org.finra.herd/herd-sdk-common "0.134.0"]
Apache Buildr
'org.finra.herd:herd-sdk-common:jar:0.134.0'