Download concourse-0.4.1.jar file - Jar c

Jar examples for c:concourse

Description

This is the api to interact with Concourse, a schemaless and distributed version control database with optimistic availability, serializable transactions and full-text search. Concourse provides a more intuitive approach to data management that is easy to deploy, access and scale with minimal tuning while also maintaining the referential integrity and ACID characteristics of traditional database systems.

You can download jar file concourse 0.4.1 in this page.

License

The MIT License

Build File

You can use the following script to add concourse-0.4.1.jar to your project.

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

Download

Click the following link to download the jar file.

concourse-0.4.1-javadoc.jar
concourse-0.4.1-sources.jar
concourse-0.4.1.jar
concourse-0.4.1.pom



Related Tutorials