| Categories | CategoriesHudson Build Tools Continuous Integration and Continuous Delivery Net | 
|---|---|
| GroupId | GroupIdorg.jvnet.hudson.hadoop | 
| ArtifactId | ArtifactIdhadoop-core | 
| Last Version | Last Version0.19.1-hudson-3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionHadoop Core | 
<!-- https://jarcasting.com/artifacts/org.jvnet.hudson.hadoop/hadoop-core/ -->
<dependency>
    <groupId>org.jvnet.hudson.hadoop</groupId>
    <artifactId>hadoop-core</artifactId>
    <version>0.19.1-hudson-3</version>
</dependency>// https://jarcasting.com/artifacts/org.jvnet.hudson.hadoop/hadoop-core/
implementation 'org.jvnet.hudson.hadoop:hadoop-core:0.19.1-hudson-3'// https://jarcasting.com/artifacts/org.jvnet.hudson.hadoop/hadoop-core/
implementation ("org.jvnet.hudson.hadoop:hadoop-core:0.19.1-hudson-3")'org.jvnet.hudson.hadoop:hadoop-core:jar:0.19.1-hudson-3'<dependency org="org.jvnet.hudson.hadoop" name="hadoop-core" rev="0.19.1-hudson-3">
  <artifact name="hadoop-core" type="jar" />
</dependency>@Grapes(
@Grab(group='org.jvnet.hudson.hadoop', module='hadoop-core', version='0.19.1-hudson-3')
)libraryDependencies += "org.jvnet.hudson.hadoop" % "hadoop-core" % "0.19.1-hudson-3"[org.jvnet.hudson.hadoop/hadoop-core "0.19.1-hudson-3"]