Schema generation from Java Classes

Generate schemas (Protobuf currently implemented) from Java POJOs

License

License

GroupId

GroupId

com.github.krraghavan
ArtifactId

ArtifactId

schema-generators
Last Version

Last Version

0.1.2
Release Date

Release Date

Type

Type

pom
Description

Description

Schema generation from Java Classes
Generate schemas (Protobuf currently implemented) from Java POJOs
Project URL

Project URL

https://github.com/krraghavan/mongodb-aggregate-query-support

Download schema-generators

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api Optional jar 1.7.30
org.apache.logging.log4j : log4j-slf4j-impl Optional jar 2.13.2

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.12

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.14.3

Project Modules

  • schema-generator-api
  • schema-generator-protobuf
  • schema-generator-maven-plugin
  • protobuf-mapstruct-spi

Versions

Version
0.1.2
0.1.1
0.1.0