MVN

uk.gov.nationalarchives : csv-validator-cmd

Maven & Gradle

Feb 14, 2022
185 stars

csv-validator-cmd · Command Line Tool for CSV Validation

<dependency>
    <groupId>uk.gov.nationalarchives</groupId>
    <artifactId>csv-validator-cmd</artifactId>
    <version>1.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.gov.nationalarchives : csv-validator-cmd to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.5
  • Latest Release Candidate: 1.2-RC4

All Versions

Choose a version of uk.gov.nationalarchives : csv-validator-cmd to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
csv-validator-cmd-1.2-RC4
csv-validator-cmd-1.2-RC3
csv-validator-cmd-1.2-RC2
csv-validator-cmd-1.2-RC1
1.1.x
csv-validator-cmd-1.1.5
csv-validator-cmd-1.1.4
csv-validator-cmd-1.1.3
csv-validator-cmd-1.1.2
csv-validator-cmd-1.1.1
1.1
csv-validator-cmd-1.1
1.0.x
csv-validator-cmd-1.0.1
csv-validator-cmd-1.0.1-RC1
1.0
csv-validator-cmd-1.0
csv-validator-cmd-1.0-RC3
csv-validator-cmd-1.0-RC2
csv-validator-cmd-1.0-RC1

How to add a dependency to Maven

Add the following uk.gov.nationalarchives : csv-validator-cmd maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.gov.nationalarchives</groupId>
    <artifactId>csv-validator-cmd</artifactId>
    <version>1.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.gov.nationalarchives : csv-validator-cmd gradle dependency to your build.gradle file:

implementation 'uk.gov.nationalarchives:csv-validator-cmd:1.1.5'

Gradle Kotlin DSL: Add the following uk.gov.nationalarchives : csv-validator-cmd gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.gov.nationalarchives:csv-validator-cmd:1.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.gov.nationalarchives : csv-validator-cmd sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.gov.nationalarchives" % "csv-validator-cmd" % "1.1.5"

Advertisement