MVN

org.xpertss : json-schema

Maven & Gradle

Apr 24, 2019
0 stars

A Java implementation of the JSON Schema specification.

<dependency>
    <groupId>org.xpertss</groupId>
    <artifactId>json-schema</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.xpertss : json-schema to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of org.xpertss : json-schema to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
json-schema-1.1
1.0
json-schema-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.xpertss</groupId>
    <artifactId>json-schema</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.xpertss : json-schema gradle dependency to your build.gradle file:

implementation 'org.xpertss:json-schema:1.1'

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

implementation("org.xpertss:json-schema:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.xpertss : json-schema sbt scala dependency to your build.sbt file:

libraryDependencies += "org.xpertss" % "json-schema" % "1.1"

Advertisement

Dependencies from Group

Oct 26, 2018
2 usages
1 stars
Oct 26, 2018
1 usages
0 stars
Jun 29, 2022
2 stars
sdp
Jun 14, 2023
2 stars
Dec 18, 2019
2 stars

Discover Dependencies