is not current version
Last Version 1.0.2

io.github.yanayita:helper-js2pojo 1.0.1

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.

GroupId

GroupId

io.github.yanayita
ArtifactId

ArtifactId

helper-js2pojo
Version

Version

1.0.1
Type

Type

jar

Download helper-js2pojo 1.0.1


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