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.
http://cinchapi.org/concourse
The MIT License
Jeff Nelson
Files download
File Operation
concourse-0.4.4.jar download
concourse-0.4.4.pom download
concourse-0.4.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.cinchapi</groupId>
  <artifactId>concourse</artifactId>
  <version>0.4.4</version>
</dependency>
Gradle Groovy
implementation 'org.cinchapi:concourse:0.4.4'
Gradle Kotlin
implementation("org.cinchapi:concourse:0.4.4")
Scala SBT
libraryDependencies += "org.cinchapi" % "concourse" % "0.4.4"
Groovy Grape
@Grapes(
  @Grab(group='org.cinchapi', module='concourse', version='0.4.4')
)
Apache Ivy
<dependency org="org.cinchapi" name="concourse" rev="0.4.4" />
Leiningen
[org.cinchapi/concourse "0.4.4"]
Apache Buildr
'org.cinchapi:concourse:jar:0.4.4'