Download giraph-core-1.2.0.jar file - Jar g

Jar examples for g:giraph-core

Description

Giraph core classes

You can download jar file giraph-core 1.2.0 in this page.

License

Apache License

Build File

You can use the following script to add giraph-core-1.2.0.jar to your project.

<dependency>
   <groupId>org.apache.giraph</groupId>
   <artifactId>giraph-core</artifactId>
   <version>1.2.0</version>
</dependency>
compile group: 'org.apache.giraph', name: 'giraph-core', version: '1.2.0'
libraryDependencies += "org.apache.giraph" % "giraph-core" % "1.2.0"
<dependency org="org.apache.giraph" name="giraph-core" rev="1.2.0"/>
@Grapes(@Grab(group='org.apache.giraph', module='giraph-core', version='1.2.0'))
'org.apache.giraph:giraph-core:jar:1.2.0'

Download

Click the following link to download the jar file.

giraph-core-1.2.0-jar-with-dependencies.jar
giraph-core-1.2.0-sources.jar
giraph-core-1.2.0-tests.jar
giraph-core-1.2.0.jar
giraph-core-1.2.0.pom



Related Tutorials