Json Schema Generator - Core

A library for generating json-schema from java pojos

License

License

Categories

Categories

JSON Data
GroupId

GroupId

io.atlassian.json-schemagen
ArtifactId

ArtifactId

json-schemagen-core
Last Version

Last Version

1.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

Json Schema Generator - Core
A library for generating json-schema from java pojos
Project Organization

Project Organization

Atlassian

Download json-schemagen-core

How to add to project

<!-- https://jarcasting.com/artifacts/io.atlassian.json-schemagen/json-schemagen-core/ -->
<dependency>
    <groupId>io.atlassian.json-schemagen</groupId>
    <artifactId>json-schemagen-core</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.atlassian.json-schemagen/json-schemagen-core/
implementation 'io.atlassian.json-schemagen:json-schemagen-core:1.2.1'
// https://jarcasting.com/artifacts/io.atlassian.json-schemagen/json-schemagen-core/
implementation ("io.atlassian.json-schemagen:json-schemagen-core:1.2.1")
'io.atlassian.json-schemagen:json-schemagen-core:jar:1.2.1'
<dependency org="io.atlassian.json-schemagen" name="json-schemagen-core" rev="1.2.1">
  <artifact name="json-schemagen-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.atlassian.json-schemagen', module='json-schemagen-core', version='1.2.1')
)
libraryDependencies += "io.atlassian.json-schemagen" % "json-schemagen-core" % "1.2.1"
[io.atlassian.json-schemagen/json-schemagen-core "1.2.1"]

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
com.google.code.gson : gson jar 2.2.4

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.1
1.2.0