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