| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdcom.twitter.elephantbird |
| ArtifactId | ArtifactIdelephant-bird-hive |
| Version | Version4.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| elephant-bird-hive-4.6.pom | |
| elephant-bird-hive-4.6.jar | 14 KB |
| elephant-bird-hive-4.6-sources.jar | 6 KB |
| elephant-bird-hive-4.6-javadoc.jar | 67 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.twitter.elephantbird/elephant-bird-hive/ -->
<dependency>
<groupId>com.twitter.elephantbird</groupId>
<artifactId>elephant-bird-hive</artifactId>
<version>4.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter.elephantbird/elephant-bird-hive/
implementation 'com.twitter.elephantbird:elephant-bird-hive:4.6'
// https://jarcasting.com/artifacts/com.twitter.elephantbird/elephant-bird-hive/
implementation ("com.twitter.elephantbird:elephant-bird-hive:4.6")
'com.twitter.elephantbird:elephant-bird-hive:jar:4.6'
<dependency org="com.twitter.elephantbird" name="elephant-bird-hive" rev="4.6">
<artifact name="elephant-bird-hive" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter.elephantbird', module='elephant-bird-hive', version='4.6')
)
libraryDependencies += "com.twitter.elephantbird" % "elephant-bird-hive" % "4.6"
[com.twitter.elephantbird/elephant-bird-hive "4.6"]