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