Jar examples for g:gora-core
The Apache Gora open source framework provides an in-memory data model and persistence for big data. Gora supports persisting to column stores, key value stores, document stores and RDBMSs, and analyzing the data with extensive Apache Hadoop MapReduce support.
You can download jar file gora-core 0.1.1-incubating in this page.
Apache License
You can use the following script to add gora-core-0.1.1-incubating.jar to your project.
<dependency> <groupId>org.apache.gora</groupId> <artifactId>gora-core</artifactId> <version>0.1.1-incubating</version> </dependency>
compile group: 'org.apache.gora', name: 'gora-core', version: '0.1.1-incubating'
libraryDependencies += "org.apache.gora" % "gora-core" % "0.1.1-incubating"
<dependency org="org.apache.gora" name="gora-core" rev="0.1.1-incubating"/>
@Grapes(@Grab(group='org.apache.gora', module='gora-core', version='0.1.1-incubating'))
'org.apache.gora:gora-core:jar:0.1.1-incubating'
Click the following link to download the jar file.
gora-core-0.1.1-incubating-javadoc.jar