GroupId | GroupIdcom.bullhorn |
---|---|
ArtifactId | ArtifactIdsdk-rest |
Version | Version1.1.7 |
Type | Typejar |
Filename | Size |
---|---|
sdk-rest-1.1.7.pom | |
sdk-rest-1.1.7.jar | 635 KB |
sdk-rest-1.1.7-sources.jar | 361 KB |
sdk-rest-1.1.7-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bullhorn/sdk-rest/ -->
<dependency>
<groupId>com.bullhorn</groupId>
<artifactId>sdk-rest</artifactId>
<version>1.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.bullhorn/sdk-rest/
implementation 'com.bullhorn:sdk-rest:1.1.7'
// https://jarcasting.com/artifacts/com.bullhorn/sdk-rest/
implementation ("com.bullhorn:sdk-rest:1.1.7")
'com.bullhorn:sdk-rest:jar:1.1.7'
<dependency org="com.bullhorn" name="sdk-rest" rev="1.1.7">
<artifact name="sdk-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bullhorn', module='sdk-rest', version='1.1.7')
)
libraryDependencies += "com.bullhorn" % "sdk-rest" % "1.1.7"
[com.bullhorn/sdk-rest "1.1.7"]