MVN

org.cinchapi : concourse-test

Maven & Gradle

Jul 15, 2015
2 usages

Concourse Test Framework · A framework for writing end-to-end integration tests using the Concourse client and server

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

Latest Version

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

  • Latest Stable: 1.3.0

All Versions

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

  • Version Updated
  • concourse-test-1.3.0

    Jul 14, 2015
  • concourse-test-1.2.0

    Sep 02, 2014
  • concourse-test-1.1.1

    May 24, 2014
  • concourse-test-1.1.0

    May 12, 2014
  • concourse-test-1.0.0

    Apr 19, 2014

How to add a dependency to Maven

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

<dependency>
    <groupId>org.cinchapi</groupId>
    <artifactId>concourse-test</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.cinchapi:concourse-test:1.3.0'

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

implementation("org.cinchapi:concourse-test:1.3.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.cinchapi" % "concourse-test" % "1.3.0"