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