is not current version
Last Version 1.4.45

com.bullhorn:sdk-rest 1.4.43

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.

GroupId

GroupId

com.bullhorn
ArtifactId

ArtifactId

sdk-rest
Version

Version

1.4.43
Type

Type

jar

Download sdk-rest 1.4.43


<!-- https://jarcasting.com/artifacts/com.bullhorn/sdk-rest/ -->
<dependency>
    <groupId>com.bullhorn</groupId>
    <artifactId>sdk-rest</artifactId>
    <version>1.4.43</version>
</dependency>
// https://jarcasting.com/artifacts/com.bullhorn/sdk-rest/
implementation 'com.bullhorn:sdk-rest:1.4.43'
// https://jarcasting.com/artifacts/com.bullhorn/sdk-rest/
implementation ("com.bullhorn:sdk-rest:1.4.43")
'com.bullhorn:sdk-rest:jar:1.4.43'
<dependency org="com.bullhorn" name="sdk-rest" rev="1.4.43">
  <artifact name="sdk-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bullhorn', module='sdk-rest', version='1.4.43')
)
libraryDependencies += "com.bullhorn" % "sdk-rest" % "1.4.43"
[com.bullhorn/sdk-rest "1.4.43"]