GroupId | GroupIdorg.apache.hama |
---|---|
ArtifactId | ArtifactIdhama-examples |
Version | Version0.7.0 |
Type | Typejar |
Filename | Size |
---|---|
hama-examples-0.7.0.pom | |
hama-examples-0.7.0.jar | 92 KB |
hama-examples-0.7.0-sources.jar | 51 KB |
hama-examples-0.7.0-javadoc.jar | 228 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hama/hama-examples/ -->
<dependency>
<groupId>org.apache.hama</groupId>
<artifactId>hama-examples</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hama/hama-examples/
implementation 'org.apache.hama:hama-examples:0.7.0'
// https://jarcasting.com/artifacts/org.apache.hama/hama-examples/
implementation ("org.apache.hama:hama-examples:0.7.0")
'org.apache.hama:hama-examples:jar:0.7.0'
<dependency org="org.apache.hama" name="hama-examples" rev="0.7.0">
<artifact name="hama-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hama', module='hama-examples', version='0.7.0')
)
libraryDependencies += "org.apache.hama" % "hama-examples" % "0.7.0"
[org.apache.hama/hama-examples "0.7.0"]