MVN

com.googlecode.etl-unit : json-validator

Maven & Gradle

Mar 06, 2013

json-validator

<dependency>
    <groupId>com.googlecode.etl-unit</groupId>
    <artifactId>json-validator</artifactId>
    <version>1.6.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.etl-unit : json-validator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.9

All Versions

Choose a version of com.googlecode.etl-unit : json-validator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
json-validator-1.6.9
json-validator-1.6.8
json-validator-1.6.7
json-validator-1.6.6
json-validator-1.6.5
json-validator-1.6.3
json-validator-1.6.2
json-validator-1.6.1
json-validator-1.6.0
1.5.x
json-validator-1.5.3
json-validator-1.5.2
json-validator-1.5.1

How to add a dependency to Maven

Add the following com.googlecode.etl-unit : json-validator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.googlecode.etl-unit</groupId>
    <artifactId>json-validator</artifactId>
    <version>1.6.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.etl-unit : json-validator gradle dependency to your build.gradle file:

implementation 'com.googlecode.etl-unit:json-validator:1.6.9'

Gradle Kotlin DSL: Add the following com.googlecode.etl-unit : json-validator gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.etl-unit:json-validator:1.6.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.etl-unit : json-validator sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.etl-unit" % "json-validator" % "1.6.9"