MVN

org.cinchapi : concourse

Maven & Gradle

Mar 02, 2015
6 usages
310 stars

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.

<dependency>
    <groupId>org.cinchapi</groupId>
    <artifactId>concourse</artifactId>
    <version>0.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cinchapi : concourse to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.4
  • Latest Release Candidate: 0.4.0-rc1

All Versions

Choose a version of org.cinchapi : concourse to add to Maven or Gradle - All Versions:

  • Version Updated
  • concourse-0.4.4

    Mar 02, 2015
  • concourse-0.4.3

    Feb 01, 2015
  • concourse-0.4.2

    Oct 04, 2014
  • concourse-0.3.8

    Oct 04, 2014
  • concourse-0.4.1

    Sep 13, 2014
  • concourse-0.3.7

    Sep 13, 2014
  • concourse-0.4.0

    Jul 01, 2014
  • concourse-0.3.6

    Jul 01, 2014
  • concourse-0.4.0-rc1

    Jun 17, 2014
  • concourse-0.3.5

    May 26, 2014
  • concourse-0.3.4

    Apr 14, 2014
  • concourse-0.3.3

    Mar 25, 2014
  • concourse-0.3.3-rc1

    Mar 21, 2014
  • concourse-0.3.2

    Mar 16, 2014
  • concourse-0.3.1

    Mar 09, 2014
  • concourse-0.3.0

    Feb 01, 2014
  • concourse-0.3.0-rc2

    Jan 18, 2014
  • concourse-0.3.0-rc1

    Jan 06, 2014
  • concourse-0.2.0-rc2

    Dec 29, 2013
  • concourse-0.2.0

    Nov 20, 2013

How to add a dependency to Maven

Add the following org.cinchapi : concourse maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.cinchapi</groupId>
    <artifactId>concourse</artifactId>
    <version>0.4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.cinchapi : concourse gradle dependency to your build.gradle file:

implementation 'org.cinchapi:concourse:0.4.4'

Gradle Kotlin DSL: Add the following org.cinchapi : concourse gradle kotlin dependency to your build.gradle.kts file:

implementation("org.cinchapi:concourse:0.4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.cinchapi : concourse sbt scala dependency to your build.sbt file:

libraryDependencies += "org.cinchapi" % "concourse" % "0.4.4"