License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdexternal.atlassian.json |
ArtifactId | ArtifactIdjson-schemagen-core |
Last Version | Last Version1.1.3 |
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.1.3.pom | |
json-schemagen-core-1.1.3.jar | 42 KB |
json-schemagen-core-1.1.3-sources.jar | 23 KB |
json-schemagen-core-1.1.3-javadoc.jar | 244 KB |
Browse |
<!-- https://jarcasting.com/artifacts/external.atlassian.json/json-schemagen-core/ -->
<dependency>
<groupId>external.atlassian.json</groupId>
<artifactId>json-schemagen-core</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/external.atlassian.json/json-schemagen-core/
implementation 'external.atlassian.json:json-schemagen-core:1.1.3'
// https://jarcasting.com/artifacts/external.atlassian.json/json-schemagen-core/
implementation ("external.atlassian.json:json-schemagen-core:1.1.3")
'external.atlassian.json:json-schemagen-core:jar:1.1.3'
<dependency org="external.atlassian.json" name="json-schemagen-core" rev="1.1.3">
<artifact name="json-schemagen-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='external.atlassian.json', module='json-schemagen-core', version='1.1.3')
)
libraryDependencies += "external.atlassian.json" % "json-schemagen-core" % "1.1.3"
[external.atlassian.json/json-schemagen-core "1.1.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
com.google.code.gson : gson | jar | 2.2.4 |
Group / Artifact | Type | Version |
---|---|---|
com.sun » tools | jar | 1.6.0 |