MVN

edu.cornell.ncrn.ced2ar : ced2ar3-rdb

Maven & Gradle

Sep 11, 2018
3 usages
0 stars

CED2AR 3 · Comprehensive Extensible Data Documentation and Access Repository (AAR) was designed to improve the documentation and discoverability of both public and restricted data. Version 3 is a modular implementaiton of CED2AR.

<dependency>
    <groupId>edu.cornell.ncrn.ced2ar</groupId>
    <artifactId>ced2ar3-rdb</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.cornell.ncrn.ced2ar : ced2ar3-rdb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of edu.cornell.ncrn.ced2ar : ced2ar3-rdb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
ced2ar3-rdb-0.0.3
ced2ar3-rdb-0.0.2
ced2ar3-rdb-0.0.1
ced2ar3-rdb-0.0.0

How to add a dependency to Maven

Add the following edu.cornell.ncrn.ced2ar : ced2ar3-rdb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.cornell.ncrn.ced2ar</groupId>
    <artifactId>ced2ar3-rdb</artifactId>
    <version>0.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.cornell.ncrn.ced2ar : ced2ar3-rdb gradle dependency to your build.gradle file:

implementation 'edu.cornell.ncrn.ced2ar:ced2ar3-rdb:0.0.3'

Gradle Kotlin DSL: Add the following edu.cornell.ncrn.ced2ar : ced2ar3-rdb gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.cornell.ncrn.ced2ar:ced2ar3-rdb:0.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.cornell.ncrn.ced2ar : ced2ar3-rdb sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.cornell.ncrn.ced2ar" % "ced2ar3-rdb" % "0.0.3"

Advertisement