| Группа | Группаcom.twitter |
|---|---|
| Идентификатор | Идентификаторhbc-core |
| Версия | Версия1.4.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| hbc-core-1.4.2.pom | |
| hbc-core-1.4.2.jar | 59 KB |
| hbc-core-1.4.2-sources.jar | 48 KB |
| hbc-core-1.4.2-javadoc.jar | 289 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.twitter/hbc-core/ -->
<dependency>
<groupId>com.twitter</groupId>
<artifactId>hbc-core</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter/hbc-core/
implementation 'com.twitter:hbc-core:1.4.2'
// https://jarcasting.com/artifacts/com.twitter/hbc-core/
implementation ("com.twitter:hbc-core:1.4.2")
'com.twitter:hbc-core:jar:1.4.2'
<dependency org="com.twitter" name="hbc-core" rev="1.4.2">
<artifact name="hbc-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter', module='hbc-core', version='1.4.2')
)
libraryDependencies += "com.twitter" % "hbc-core" % "1.4.2"
[com.twitter/hbc-core "1.4.2"]