Files download
File Operation
corehunter-services-api-3.2.0.jar download
corehunter-services-api-3.2.0.pom download
corehunter-services-api-3.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.corehunter</groupId>
  <artifactId>corehunter-services-api</artifactId>
  <version>3.2.0</version>
</dependency>
Gradle Groovy
implementation 'org.corehunter:corehunter-services-api:3.2.0'
Gradle Kotlin
implementation("org.corehunter:corehunter-services-api:3.2.0")
Scala SBT
libraryDependencies += "org.corehunter" % "corehunter-services-api" % "3.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.corehunter', module='corehunter-services-api', version='3.2.0')
)
Apache Ivy
<dependency org="org.corehunter" name="corehunter-services-api" rev="3.2.0" />
Leiningen
[org.corehunter/corehunter-services-api "3.2.0"]
Apache Buildr
'org.corehunter:corehunter-services-api:jar:3.2.0'