<dependency> <groupId>com.twitter</groupId> <artifactId>hbc-core</artifactId> <version>2.2.0</version> </dependency>
implementation 'com.twitter:hbc-core:2.2.0'
implementation("com.twitter:hbc-core:2.2.0")
libraryDependencies += "com.twitter" % "hbc-core" % "2.2.0"
@Grapes( @Grab(group='com.twitter', module='hbc-core', version='2.2.0') )
<dependency org="com.twitter" name="hbc-core" rev="2.2.0" />
[com.twitter/hbc-core "2.2.0"]
'com.twitter:hbc-core:jar:2.2.0'
<parent> <groupId>com.twitter</groupId> <artifactId>hbc</artifactId> <version>2.2.0</version> </parent>
compile
|-- org.apache.httpcomponents:httpclient:4.2.5
|-- com.google.guava:guava:14.0.1
|-- org.slf4j:slf4j-api:1.6.6
|-- com.twitter:joauth:6.0.2
|-- com.google.code.findbugs:jsr305:1.3.9