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