MVN

com.github.fge : json-schema-formats

Maven & Gradle

Mar 18, 2013
11 stars

json-schema-formats · Format specifiers for use with json-schema-validator

<dependency>
    <groupId>com.github.fge</groupId>
    <artifactId>json-schema-formats</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.fge : json-schema-formats to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of com.github.fge : json-schema-formats to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
json-schema-formats-2.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.fge</groupId>
    <artifactId>json-schema-formats</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.fge : json-schema-formats gradle dependency to your build.gradle file:

implementation 'com.github.fge:json-schema-formats:2.0.0'

Gradle Kotlin DSL: Add the following com.github.fge : json-schema-formats gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.fge:json-schema-formats:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.fge : json-schema-formats sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.fge" % "json-schema-formats" % "2.0.0"

Advertisement

Dependencies from Group

Oct 29, 2014
284 usages
1.6k stars
Nov 18, 2014
97 usages
623 stars
May 23, 2014
53 usages
21 stars
Oct 29, 2014
39 usages
67 stars
Apr 11, 2015
31 usages
89 stars

Discover Dependencies