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