GroupId | GroupIdorg.apache.hama |
---|---|
ArtifactId | ArtifactIdhama-dist |
Version | Version0.6.2 |
Type | Typepom |
Filename | Size |
---|---|
hama-dist-0.6.2.pom | |
hama-dist-0.6.2.zip | 2 KB |
hama-dist-0.6.2-src.zip | 1 MB |
hama-dist-0.6.2-src.tar.gz | 765 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hama/hama-dist/ -->
<dependency>
<groupId>org.apache.hama</groupId>
<artifactId>hama-dist</artifactId>
<version>0.6.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hama/hama-dist/
implementation 'org.apache.hama:hama-dist:0.6.2'
// https://jarcasting.com/artifacts/org.apache.hama/hama-dist/
implementation ("org.apache.hama:hama-dist:0.6.2")
'org.apache.hama:hama-dist:pom:0.6.2'
<dependency org="org.apache.hama" name="hama-dist" rev="0.6.2">
<artifact name="hama-dist" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.hama', module='hama-dist', version='0.6.2')
)
libraryDependencies += "org.apache.hama" % "hama-dist" % "0.6.2"
[org.apache.hama/hama-dist "0.6.2"]