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