Jar examples for c:concourse
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.3.4 in this page.
The MIT License
You can use the following script to add concourse-0.3.4.jar to your project.
<dependency> <groupId>org.cinchapi</groupId> <artifactId>concourse</artifactId> <version>0.3.4</version> </dependency>
compile group: 'org.cinchapi', name: 'concourse', version: '0.3.4'
libraryDependencies += "org.cinchapi" % "concourse" % "0.3.4"
<dependency org="org.cinchapi" name="concourse" rev="0.3.4"/>
@Grapes(@Grab(group='org.cinchapi', module='concourse', version='0.3.4'))
'org.cinchapi:concourse:jar:0.3.4'
Click the following link to download the jar file.
concourse-0.3.4-javadoc.jar