| Категории |
КатегорииAnt Компиляция и сборка |
|---|---|
| Группа | Группаcom.twitter.elephantbird |
| Идентификатор | Идентификаторelephant-bird-hive |
| Версия | Версия3.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| elephant-bird-hive-3.0.0.pom | |
| elephant-bird-hive-3.0.0.jar | 7 KB |
| elephant-bird-hive-3.0.0-sources.jar | 4 KB |
| elephant-bird-hive-3.0.0-javadoc.jar | 40 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.twitter.elephantbird/elephant-bird-hive/ -->
<dependency>
<groupId>com.twitter.elephantbird</groupId>
<artifactId>elephant-bird-hive</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter.elephantbird/elephant-bird-hive/
implementation 'com.twitter.elephantbird:elephant-bird-hive:3.0.0'
// https://jarcasting.com/artifacts/com.twitter.elephantbird/elephant-bird-hive/
implementation ("com.twitter.elephantbird:elephant-bird-hive:3.0.0")
'com.twitter.elephantbird:elephant-bird-hive:jar:3.0.0'
<dependency org="com.twitter.elephantbird" name="elephant-bird-hive" rev="3.0.0">
<artifact name="elephant-bird-hive" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter.elephantbird', module='elephant-bird-hive', version='3.0.0')
)
libraryDependencies += "com.twitter.elephantbird" % "elephant-bird-hive" % "3.0.0"
[com.twitter.elephantbird/elephant-bird-hive "3.0.0"]