| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdcom.opower.hadoop.elephant-plug |
| ArtifactId | ArtifactIdhadoop-bom |
| Last Version | Last Version2.99.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionBill of Materials for Hadoop Dependency Management
Depend on this project with import scope to manage hadoop artifact dependency versions
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| hadoop-bom-2.99.0.pom | 27 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.opower.hadoop.elephant-plug/hadoop-bom/ -->
<dependency>
<groupId>com.opower.hadoop.elephant-plug</groupId>
<artifactId>hadoop-bom</artifactId>
<version>2.99.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.opower.hadoop.elephant-plug/hadoop-bom/
implementation 'com.opower.hadoop.elephant-plug:hadoop-bom:2.99.0'
// https://jarcasting.com/artifacts/com.opower.hadoop.elephant-plug/hadoop-bom/
implementation ("com.opower.hadoop.elephant-plug:hadoop-bom:2.99.0")
'com.opower.hadoop.elephant-plug:hadoop-bom:pom:2.99.0'
<dependency org="com.opower.hadoop.elephant-plug" name="hadoop-bom" rev="2.99.0">
<artifact name="hadoop-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.opower.hadoop.elephant-plug', module='hadoop-bom', version='2.99.0')
)
libraryDependencies += "com.opower.hadoop.elephant-plug" % "hadoop-bom" % "2.99.0"
[com.opower.hadoop.elephant-plug/hadoop-bom "2.99.0"]