MVN

org.opencadc : cadc-test-vosi

Maven & Gradle

Oct 07, 2022
1 stars

org.opencadc:cadc-test-vosi · OpenCADC VOSI test library

<dependency>
    <groupId>org.opencadc</groupId>
    <artifactId>cadc-test-vosi</artifactId>
    <version>1.0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opencadc : cadc-test-vosi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.13

All Versions

Choose a version of org.opencadc : cadc-test-vosi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
cadc-test-vosi-1.0.13
cadc-test-vosi-1.0.12
cadc-test-vosi-1.0.11
cadc-test-vosi-1.0.10
cadc-test-vosi-1.0.9

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opencadc</groupId>
    <artifactId>cadc-test-vosi</artifactId>
    <version>1.0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opencadc : cadc-test-vosi gradle dependency to your build.gradle file:

implementation 'org.opencadc:cadc-test-vosi:1.0.13'

Gradle Kotlin DSL: Add the following org.opencadc : cadc-test-vosi gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opencadc:cadc-test-vosi:1.0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opencadc : cadc-test-vosi sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opencadc" % "cadc-test-vosi" % "1.0.13"

Advertisement