MVN

com.cinchapi : concourse-export

Maven & Gradle

Nov 06, 2022
315 stars

Concourse Export Framework · A framework for building scripts to export data into Concourse.

<dependency>
    <groupId>com.cinchapi</groupId>
    <artifactId>concourse-export</artifactId>
    <version>0.11.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.11.5

All Versions

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

Version Vulnerabilities Updated
0.11.x
concourse-export-0.11.5
concourse-export-0.11.4
concourse-export-0.11.3
concourse-export-0.11.2
concourse-export-0.11.1
concourse-export-0.11.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.cinchapi</groupId>
    <artifactId>concourse-export</artifactId>
    <version>0.11.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.cinchapi:concourse-export:0.11.5'

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

implementation("com.cinchapi:concourse-export:0.11.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.cinchapi" % "concourse-export" % "0.11.5"

Advertisement