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
文件下载
文件名 操作
concourse-0.4.4.jar 下载
concourse-0.4.4.pom 下载
concourse-0.4.4-sources.jar 下载
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'