MVN

org.webjars.npm : json-schema-ref-parser

Maven & Gradle

Feb 25, 2019
7 usages
623 stars

json-schema-ref-parser · WebJar for json-schema-ref-parser

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>json-schema-ref-parser</artifactId>
    <version>6.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.npm : json-schema-ref-parser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.1.0

All Versions

Choose a version of org.webjars.npm : json-schema-ref-parser to add to Maven or Gradle - All Versions:

  • Version Updated
  • json-schema-ref-parser-6.1.0

    Feb 25, 2019
  • json-schema-ref-parser-6.0.3

    Jan 28, 2019
  • json-schema-ref-parser-6.0.2

    Nov 22, 2018
  • json-schema-ref-parser-5.1.3

    Sep 12, 2018
  • json-schema-ref-parser-5.0.3

    May 30, 2018
  • json-schema-ref-parser-4.1.1

    Mar 02, 2018
  • json-schema-ref-parser-3.3.1

    Aug 17, 2017
  • json-schema-ref-parser-3.1.2

    Dec 15, 2016

How to add a dependency to Maven

Add the following org.webjars.npm : json-schema-ref-parser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>json-schema-ref-parser</artifactId>
    <version>6.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.npm : json-schema-ref-parser gradle dependency to your build.gradle file:

implementation 'org.webjars.npm:json-schema-ref-parser:6.1.0'

Gradle Kotlin DSL: Add the following org.webjars.npm : json-schema-ref-parser gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.npm:json-schema-ref-parser:6.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.npm : json-schema-ref-parser sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.npm" % "json-schema-ref-parser" % "6.1.0"