<dependency> <groupId>com.twitter</groupId> <artifactId>hbc</artifactId> <version>2.2.0</version> <type>pom</type> </dependency>
implementation 'com.twitter:hbc:2.2.0'
implementation("com.twitter:hbc:2.2.0")
libraryDependencies += "com.twitter" % "hbc" % "2.2.0"
@Grapes( @Grab(group='com.twitter', module='hbc', version='2.2.0') )
<dependency org="com.twitter" name="hbc" rev="2.2.0" />
[com.twitter/hbc "2.2.0"]
'com.twitter:hbc:jar:2.2.0'
test
|-- org.mockito:mockito-all:1.8.5
|-- junit:junit:4.8.1