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