License |
License |
---|---|
GroupId | GroupIdcom.bullhorn |
ArtifactId | ArtifactIdsdk-rest |
Last Version | Last Version1.4.45 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBullhorn REST SDK
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sdk-rest-1.4.45.pom | |
sdk-rest-1.4.45.jar | 1 MB |
sdk-rest-1.4.45-sources.jar | 669 KB |
sdk-rest-1.4.45-javadoc.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bullhorn/sdk-rest/ -->
<dependency>
<groupId>com.bullhorn</groupId>
<artifactId>sdk-rest</artifactId>
<version>1.4.45</version>
</dependency>
// https://jarcasting.com/artifacts/com.bullhorn/sdk-rest/
implementation 'com.bullhorn:sdk-rest:1.4.45'
// https://jarcasting.com/artifacts/com.bullhorn/sdk-rest/
implementation ("com.bullhorn:sdk-rest:1.4.45")
'com.bullhorn:sdk-rest:jar:1.4.45'
<dependency org="com.bullhorn" name="sdk-rest" rev="1.4.45">
<artifact name="sdk-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bullhorn', module='sdk-rest', version='1.4.45')
)
libraryDependencies += "com.bullhorn" % "sdk-rest" % "1.4.45"
[com.bullhorn/sdk-rest "1.4.45"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 4.2.6.RELEASE |
junit : junit | jar | 4.13.1 |
org.spockframework : spock-core | jar | 0.7-groovy-2.0 |
cglib : cglib-nodep | jar | 3.1 |