License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.jsonschema2pojo |
ArtifactId | ArtifactIdjsonschema2pojo-core |
Last Version | Last Version1.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjsonschema2pojo-core
Generate DTO style Java classes from JSON Schema documents
|
Filename | Size |
---|---|
jsonschema2pojo-core-1.1.2.pom | |
jsonschema2pojo-core-1.1.2.jar | 159 KB |
jsonschema2pojo-core-1.1.2-sources.jar | 120 KB |
jsonschema2pojo-core-1.1.2-javadoc.jar | 461 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jsonschema2pojo/jsonschema2pojo-core/ -->
<dependency>
<groupId>org.jsonschema2pojo</groupId>
<artifactId>jsonschema2pojo-core</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsonschema2pojo/jsonschema2pojo-core/
implementation 'org.jsonschema2pojo:jsonschema2pojo-core:1.1.2'
// https://jarcasting.com/artifacts/org.jsonschema2pojo/jsonschema2pojo-core/
implementation ("org.jsonschema2pojo:jsonschema2pojo-core:1.1.2")
'org.jsonschema2pojo:jsonschema2pojo-core:jar:1.1.2'
<dependency org="org.jsonschema2pojo" name="jsonschema2pojo-core" rev="1.1.2">
<artifact name="jsonschema2pojo-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsonschema2pojo', module='jsonschema2pojo-core', version='1.1.2')
)
libraryDependencies += "org.jsonschema2pojo" % "jsonschema2pojo-core" % "1.1.2"
[org.jsonschema2pojo/jsonschema2pojo-core "1.1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.4 |
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.12.4 |
com.google.code.javaparser : javaparser | jar | 1.0.11 |
com.sun.codemodel : codemodel | jar | 2.6 |
com.google.code.gson : gson | jar | 2.8.6 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
commons-lang : commons-lang | jar | 2.6 |
commons-io : commons-io | jar | 2.11.0 |
javax.validation : validation-api | jar | 1.0.0.GA |
jakarta.validation : jakarta.validation-api | jar | 3.0.0 |
joda-time : joda-time | jar | 2.10.10 |
org.apache.commons : commons-lang3 | jar | 3.11 |
com.google.code.findbugs : annotations | jar | 1.3.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.mockito : mockito-core | jar | 3.12.4 |
com.github.tomakehurst : wiremock | jar | 2.27.2 |
org.slf4j : slf4j-simple | jar | 1.7.32 |
org.apache.httpcomponents : httpclient | jar | 4.5.13 |