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