MVN

external.atlassian.json : json-schemagen-scanner

Maven & Gradle

Feb 25, 2016

Json Schema Generator Scanners

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

Latest Version

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

  • Latest Stable: 1.1.3

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>external.atlassian.json</groupId>
    <artifactId>json-schemagen-scanner</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-scanner gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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