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