s

sdk-rest

The Bullhorn REST SDK provides simple authentication to the Bullhorn REST APIs as well as wrapper objects for the API itself and all domain objects. It is typically used for integrating or customizing the Bullhorn ATS platform.
https://github.com/bullhorn/sdk-rest
MIT License
John Sullivan
Files download
File Operation
sdk-rest-2.3.11.jar download
sdk-rest-2.3.11.pom download
sdk-rest-2.3.11-sources.jar download
Apache Maven
<dependency>
  <groupId>com.bullhorn</groupId>
  <artifactId>sdk-rest</artifactId>
  <version>2.3.11</version>
</dependency>
Gradle Groovy
implementation 'com.bullhorn:sdk-rest:2.3.11'
Gradle Kotlin
implementation("com.bullhorn:sdk-rest:2.3.11")
Scala SBT
libraryDependencies += "com.bullhorn" % "sdk-rest" % "2.3.11"
Groovy Grape
@Grapes(
  @Grab(group='com.bullhorn', module='sdk-rest', version='2.3.11')
)
Apache Ivy
<dependency org="com.bullhorn" name="sdk-rest" rev="2.3.11" />
Leiningen
[com.bullhorn/sdk-rest "2.3.11"]
Apache Buildr
'com.bullhorn:sdk-rest:jar:2.3.11'