MVN

io.github.ci-cmg.cruise-pack : cruise-pack

Maven & Gradle

Mar 12, 2024
0 stars

io.github.ci-cmg.cruise-pack:cruise-pack · CruisePack is a data packaging and metadata gathering software tool NCEI developed to simplify data submission preparation for cruise-based data

<dependency>
    <groupId>io.github.ci-cmg.cruise-pack</groupId>
    <artifactId>cruise-pack</artifactId>
    <version>0.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ci-cmg.cruise-pack : cruise-pack to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.4

All Versions

Choose a version of io.github.ci-cmg.cruise-pack : cruise-pack to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
cruise-pack-0.4.4
cruise-pack-0.4.3
cruise-pack-0.4.2

How to add a dependency to Maven

Add the following io.github.ci-cmg.cruise-pack : cruise-pack maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.ci-cmg.cruise-pack</groupId>
    <artifactId>cruise-pack</artifactId>
    <version>0.4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.ci-cmg.cruise-pack : cruise-pack gradle dependency to your build.gradle file:

implementation 'io.github.ci-cmg.cruise-pack:cruise-pack:0.4.4'

Gradle Kotlin DSL: Add the following io.github.ci-cmg.cruise-pack : cruise-pack gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.ci-cmg.cruise-pack:cruise-pack:0.4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.ci-cmg.cruise-pack : cruise-pack sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.ci-cmg.cruise-pack" % "cruise-pack" % "0.4.4"