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