j

jsonschema2pojo-annotators

A collection of custom annotator to be used with jsonschema2pojo
https://github.com/atkawa7/jsonschema2pojo-annotators
The MIT License
allen
Files download
File Operation
jsonschema2pojo-annotators-1.0.1.jar download
jsonschema2pojo-annotators-1.0.1.pom download
jsonschema2pojo-annotators-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.atkawa7</groupId>
  <artifactId>jsonschema2pojo-annotators</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.atkawa7:jsonschema2pojo-annotators:1.0.1'
Gradle Kotlin
implementation("io.github.atkawa7:jsonschema2pojo-annotators:1.0.1")
Scala SBT
libraryDependencies += "io.github.atkawa7" % "jsonschema2pojo-annotators" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.atkawa7', module='jsonschema2pojo-annotators', version='1.0.1')
)
Apache Ivy
<dependency org="io.github.atkawa7" name="jsonschema2pojo-annotators" rev="1.0.1" />
Leiningen
[io.github.atkawa7/jsonschema2pojo-annotators "1.0.1"]
Apache Buildr
'io.github.atkawa7:jsonschema2pojo-annotators:jar:1.0.1'