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