MVN

org.nachc.cad.tools : curlew

Maven & Gradle

Apr 07, 2023
0 stars

COSMOS -- Curlew edition: Starting with Value Set management · This project contains the code for higher level functionality required for the NACHC/COSMOS project. This includes our api for interacting with Databricks.

<dependency>
    <groupId>org.nachc.cad.tools</groupId>
    <artifactId>curlew</artifactId>
    <version>1.1.021</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nachc.cad.tools : curlew to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.021

All Versions

Choose a version of org.nachc.cad.tools : curlew to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
curlew-1.1.021
curlew-1.1.009
1.0.x
curlew-1.0.005
curlew-1.0.004
curlew-1.0.001

How to add a dependency to Maven

Add the following org.nachc.cad.tools : curlew maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.nachc.cad.tools</groupId>
    <artifactId>curlew</artifactId>
    <version>1.1.021</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.nachc.cad.tools : curlew gradle dependency to your build.gradle file:

implementation 'org.nachc.cad.tools:curlew:1.1.021'

Gradle Kotlin DSL: Add the following org.nachc.cad.tools : curlew gradle kotlin dependency to your build.gradle.kts file:

implementation("org.nachc.cad.tools:curlew:1.1.021")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.nachc.cad.tools : curlew sbt scala dependency to your build.sbt file:

libraryDependencies += "org.nachc.cad.tools" % "curlew" % "1.1.021"

Advertisement