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