MVN

dev.harrel : json-schema

Maven & Gradle

Aug 13, 2023
19 stars

json-schema · Library for JSON schema validation

<dependency>
    <groupId>dev.harrel</groupId>
    <artifactId>json-schema</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.2.1
  • Latest Beta: 1.0.0-beta.4

All Versions

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

Version Vulnerabilities Updated
1.2.x
json-schema-1.2.1
json-schema-1.2.0
1.1.x
json-schema-1.1.0
1.0.x
json-schema-1.0.0
json-schema-1.0.0-beta.4
json-schema-1.0.0-beta.3
json-schema-1.0.0-beta.2
json-schema-1.0.0-beta.1

How to add a dependency to Maven

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

<dependency>
    <groupId>dev.harrel</groupId>
    <artifactId>json-schema</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'dev.harrel:json-schema:1.2.1'

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

implementation("dev.harrel:json-schema:1.2.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "dev.harrel" % "json-schema" % "1.2.1"

Advertisement