GroupId | GroupIdorg.apache.hadoop |
---|---|
ArtifactId | ArtifactIdhadoop-annotations |
Version | Version2.8.5 |
Type | Typejar |
Filename | Size |
---|---|
hadoop-annotations-2.8.5.pom | |
hadoop-annotations-2.8.5.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hadoop/hadoop-annotations/ -->
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-annotations</artifactId>
<version>2.8.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hadoop/hadoop-annotations/
implementation 'org.apache.hadoop:hadoop-annotations:2.8.5'
// https://jarcasting.com/artifacts/org.apache.hadoop/hadoop-annotations/
implementation ("org.apache.hadoop:hadoop-annotations:2.8.5")
'org.apache.hadoop:hadoop-annotations:jar:2.8.5'
<dependency org="org.apache.hadoop" name="hadoop-annotations" rev="2.8.5">
<artifact name="hadoop-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hadoop', module='hadoop-annotations', version='2.8.5')
)
libraryDependencies += "org.apache.hadoop" % "hadoop-annotations" % "2.8.5"
[org.apache.hadoop/hadoop-annotations "2.8.5"]