is not current version
Last Version 1.1.0.4

com.github.blindpirate:jsonschema2pojo 1.1.0.2

Generate DTO style Java classes from JSON Schema documents

Categories

Categories

JSON Data
GroupId

GroupId

com.github.blindpirate
ArtifactId

ArtifactId

jsonschema2pojo
Version

Version

1.1.0.2
Type

Type

jar

Download jsonschema2pojo 1.1.0.2


<!-- https://jarcasting.com/artifacts/com.github.blindpirate/jsonschema2pojo/ -->
<dependency>
    <groupId>com.github.blindpirate</groupId>
    <artifactId>jsonschema2pojo</artifactId>
    <version>1.1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.blindpirate/jsonschema2pojo/
implementation 'com.github.blindpirate:jsonschema2pojo:1.1.0.2'
// https://jarcasting.com/artifacts/com.github.blindpirate/jsonschema2pojo/
implementation ("com.github.blindpirate:jsonschema2pojo:1.1.0.2")
'com.github.blindpirate:jsonschema2pojo:jar:1.1.0.2'
<dependency org="com.github.blindpirate" name="jsonschema2pojo" rev="1.1.0.2">
  <artifact name="jsonschema2pojo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.blindpirate', module='jsonschema2pojo', version='1.1.0.2')
)
libraryDependencies += "com.github.blindpirate" % "jsonschema2pojo" % "1.1.0.2"
[com.github.blindpirate/jsonschema2pojo "1.1.0.2"]