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