Download nitrite-3.0.0.jar file - Jar n

Jar examples for n:nitrite

Description

An in-memory, single-file based embedded nosql persistent document store.

You can download jar file nitrite 3.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add nitrite-3.0.0.jar to your project.

<dependency>
   <groupId>org.dizitart</groupId>
   <artifactId>nitrite</artifactId>
   <version>3.0.0</version>
</dependency>
compile group: 'org.dizitart', name: 'nitrite', version: '3.0.0'
libraryDependencies += "org.dizitart" % "nitrite" % "3.0.0"
<dependency org="org.dizitart" name="nitrite" rev="3.0.0"/>
@Grapes(@Grab(group='org.dizitart', module='nitrite', version='3.0.0'))
'org.dizitart:nitrite:jar:3.0.0'

Download

Click the following link to download the jar file.

nitrite-3.0.0-javadoc.jar
nitrite-3.0.0-sources.jar
nitrite-3.0.0.jar
nitrite-3.0.0.pom



Related Tutorials