License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdio.atlassian.json-schemagen |
ArtifactId | ArtifactIdjson-schemagen-core |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJson Schema Generator - Core
A library for generating json-schema from java pojos
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
json-schemagen-core-1.2.1.pom | |
json-schemagen-core-1.2.1.jar | 42 KB |
json-schemagen-core-1.2.1-sources.jar | 23 KB |
json-schemagen-core-1.2.1-javadoc.jar | 244 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
com.google.code.gson : gson | jar | 2.2.4 |