| GroupId | GroupIdcom.twitter |
|---|---|
| ArtifactId | ArtifactIdhbc |
| Version | Version2.0.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| hbc-2.0.1.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.twitter/hbc/ -->
<dependency>
<groupId>com.twitter</groupId>
<artifactId>hbc</artifactId>
<version>2.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.twitter/hbc/
implementation 'com.twitter:hbc:2.0.1'
// https://jarcasting.com/artifacts/com.twitter/hbc/
implementation ("com.twitter:hbc:2.0.1")
'com.twitter:hbc:pom:2.0.1'
<dependency org="com.twitter" name="hbc" rev="2.0.1">
<artifact name="hbc" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.twitter', module='hbc', version='2.0.1')
)
libraryDependencies += "com.twitter" % "hbc" % "2.0.1"
[com.twitter/hbc "2.0.1"]