| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.bullhorn |
| Идентификатор | Идентификаторsdk-rest |
| Последняя версия | Последняя версия1.4.45 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеBullhorn 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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |