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