GroupId | GroupIdorg.apache.giraph |
---|---|
ArtifactId | ArtifactIdgiraph-hbase |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
giraph-hbase-1.1.0.pom | |
giraph-hbase-1.1.0.jar | 13 KB |
giraph-hbase-1.1.0-tests.jar | 19 KB |
giraph-hbase-1.1.0-jar-with-dependencies.jar | 36 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.giraph/giraph-hbase/ -->
<dependency>
<groupId>org.apache.giraph</groupId>
<artifactId>giraph-hbase</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.giraph/giraph-hbase/
implementation 'org.apache.giraph:giraph-hbase:1.1.0'
// https://jarcasting.com/artifacts/org.apache.giraph/giraph-hbase/
implementation ("org.apache.giraph:giraph-hbase:1.1.0")
'org.apache.giraph:giraph-hbase:jar:1.1.0'
<dependency org="org.apache.giraph" name="giraph-hbase" rev="1.1.0">
<artifact name="giraph-hbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.giraph', module='giraph-hbase', version='1.1.0')
)
libraryDependencies += "org.apache.giraph" % "giraph-hbase" % "1.1.0"
[org.apache.giraph/giraph-hbase "1.1.0"]