GroupId | GroupIdch.cern.hadoop |
---|---|
ArtifactId | ArtifactIdhadoop-annotations |
Version | Version2.7.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ch.cern.hadoop/hadoop-annotations/ -->
<dependency>
<groupId>ch.cern.hadoop</groupId>
<artifactId>hadoop-annotations</artifactId>
<version>2.7.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.cern.hadoop/hadoop-annotations/
implementation 'ch.cern.hadoop:hadoop-annotations:2.7.5.0'
// https://jarcasting.com/artifacts/ch.cern.hadoop/hadoop-annotations/
implementation ("ch.cern.hadoop:hadoop-annotations:2.7.5.0")
'ch.cern.hadoop:hadoop-annotations:jar:2.7.5.0'
<dependency org="ch.cern.hadoop" name="hadoop-annotations" rev="2.7.5.0">
<artifact name="hadoop-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.cern.hadoop', module='hadoop-annotations', version='2.7.5.0')
)
libraryDependencies += "ch.cern.hadoop" % "hadoop-annotations" % "2.7.5.0"
[ch.cern.hadoop/hadoop-annotations "2.7.5.0"]