Helper for JSON Schema 2 Pojo

Custom annotators to be used along with jsonschema2pojo plugin on Maven. With this custom annotator, you can add lombok and JPA support to generated codes.

License

License

GroupId

GroupId

io.github.yanayita
ArtifactId

ArtifactId

helper-js2pojo
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Helper for JSON Schema 2 Pojo
Custom annotators to be used along with jsonschema2pojo plugin on Maven. With this custom annotator, you can add lombok and JPA support to generated codes.
Project URL

Project URL

https://paulushcgcj.github.io/
Project Organization

Project Organization

Paulo Gomes da Cruz Junior
Source Code Management

Source Code Management

https://github.com/yanayita/helperjs2pojo.git

Download helper-js2pojo

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.jsonschema2pojo : jsonschema2pojo-core jar 1.0.1
org.hibernate : hibernate-core jar 5.4.17.Final
org.projectlombok : lombok jar 1.18.10

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0