MVN

external.atlassian.json : json-schemagen-core

Maven & Gradle

Feb 25, 2016

Json Schema Generator Core

<dependency>
    <groupId>external.atlassian.json</groupId>
    <artifactId>json-schemagen-core</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of external.atlassian.json : json-schemagen-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of external.atlassian.json : json-schemagen-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
json-schemagen-core-1.1.3
json-schemagen-core-1.1.2
json-schemagen-core-1.1.1
1.0.x
json-schemagen-core-1.0.0
json-schemagen-core-1.0.0-m5
json-schemagen-core-1.0.0-m4
json-schemagen-core-1.0.0-m3
json-schemagen-core-1.0.0-m2
json-schemagen-core-1.0.0-m1

How to add a dependency to Maven

Add the following external.atlassian.json : json-schemagen-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>external.atlassian.json</groupId>
    <artifactId>json-schemagen-core</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following external.atlassian.json : json-schemagen-core gradle dependency to your build.gradle file:

implementation 'external.atlassian.json:json-schemagen-core:1.1.3'

Gradle Kotlin DSL: Add the following external.atlassian.json : json-schemagen-core gradle kotlin dependency to your build.gradle.kts file:

implementation("external.atlassian.json:json-schemagen-core:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following external.atlassian.json : json-schemagen-core sbt scala dependency to your build.sbt file:

libraryDependencies += "external.atlassian.json" % "json-schemagen-core" % "1.1.3"

Advertisement