GroupId | GroupIdorg.cloudgraph |
---|---|
ArtifactId | ArtifactIdcloudgraph-mapreduce |
Version | Version0.6.5 |
Type | Typejar |
Filename | Size |
---|---|
cloudgraph-mapreduce-0.6.5.pom | |
cloudgraph-mapreduce-0.6.5.jar | 17 KB |
cloudgraph-mapreduce-0.6.5-sources.jar | 17 KB |
cloudgraph-mapreduce-0.6.5-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cloudgraph/cloudgraph-mapreduce/ -->
<dependency>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph-mapreduce</artifactId>
<version>0.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.cloudgraph/cloudgraph-mapreduce/
implementation 'org.cloudgraph:cloudgraph-mapreduce:0.6.5'
// https://jarcasting.com/artifacts/org.cloudgraph/cloudgraph-mapreduce/
implementation ("org.cloudgraph:cloudgraph-mapreduce:0.6.5")
'org.cloudgraph:cloudgraph-mapreduce:jar:0.6.5'
<dependency org="org.cloudgraph" name="cloudgraph-mapreduce" rev="0.6.5">
<artifact name="cloudgraph-mapreduce" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cloudgraph', module='cloudgraph-mapreduce', version='0.6.5')
)
libraryDependencies += "org.cloudgraph" % "cloudgraph-mapreduce" % "0.6.5"
[org.cloudgraph/cloudgraph-mapreduce "0.6.5"]