Skip to content
Jatin edited this page Jan 17, 2014 · 3 revisions

Binaries

For sbt add the below in your build.sbt:

resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/releases"

libraryDependencies += "com.jatinpuri" % "kvstore_2.10" % "1.0.0"

For Maven add the below in your pom.xml file:

<dependency>
	<groupId>com.jatinpuri</groupId>
	<artifactId>kvstore_2.10</artifactId>
	<version>1.0.0</version>
</dependency>

<repositories>
	<repository>
		<id>Sonatype OSS Snapshots</id>
		<url>https://oss.sonatype.org/content/repositories/releases</url>
	</repository>
</repositories>

Latest Snapshots can be downloaded from: https://oss.sonatype.org/content/repositories/snapshots/com/jatinpuri

External Jar can be downloaded from repo. You will manually have to download the dependencies. (Will update the part with link to all necessory links in future)

Sample Examples

Package sample contains some Hello-World examples which can quickly get you started.

For more information, please refer Overview

Need Help?

If you have questions you can get help by mailing it to me at my email.

Thanks for being a part of the community.

Clone this wiki locally