License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.victools |
ArtifactId | ArtifactIdjsonschema-generator |
Last Version | Last Version4.25.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava JSON Schema Generator
Java JSON Schema Generator – creating a JSON Schema (Draft 6, Draft 7 or Draft 2019-09) from your Java classes
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jsonschema-generator-4.25.0.pom | |
jsonschema-generator-4.25.0.jar | 108 KB |
jsonschema-generator-4.25.0-sources.jar | 94 KB |
jsonschema-generator-4.25.0-javadoc.jar | 396 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.victools/jsonschema-generator/ -->
<dependency>
<groupId>com.github.victools</groupId>
<artifactId>jsonschema-generator</artifactId>
<version>4.25.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.victools/jsonschema-generator/
implementation 'com.github.victools:jsonschema-generator:4.25.0'
// https://jarcasting.com/artifacts/com.github.victools/jsonschema-generator/
implementation ("com.github.victools:jsonschema-generator:4.25.0")
'com.github.victools:jsonschema-generator:jar:4.25.0'
<dependency org="com.github.victools" name="jsonschema-generator" rev="4.25.0">
<artifact name="jsonschema-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.victools', module='jsonschema-generator', version='4.25.0')
)
libraryDependencies += "com.github.victools" % "jsonschema-generator" % "4.25.0"
[com.github.victools/jsonschema-generator "4.25.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml : classmate | jar | 1.5.1 |
com.fasterxml.jackson.core : jackson-core | jar | |
com.fasterxml.jackson.core : jackson-databind | jar | |
org.slf4j : slf4j-api | jar | 1.7.35 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.7 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
org.mockito : mockito-core | jar | 4.4.0 |
org.skyscreamer : jsonassert | jar | 1.5.0 |
com.networknt : json-schema-validator | jar | 1.0.36 |