Schema generation from Java Classes

Generate schemas (Protobuf currently implemented) from Java POJOs

Лицензия

Лицензия

Группа

Группа

com.github.krraghavan
Идентификатор

Идентификатор

schema-generators
Последняя версия

Последняя версия

0.1.2
Дата

Дата

Тип

Тип

pom
Описание

Описание

Schema generation from Java Classes
Generate schemas (Protobuf currently implemented) from Java POJOs
Ссылка на сайт

Ссылка на сайт

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

Скачать schema-generators

Имя Файла Размер
schema-generators-0.1.2.pom 8 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api Необязательный jar 1.7.30
org.apache.logging.log4j : log4j-slf4j-impl Необязательный jar 2.13.2

provided (1)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.18.12

test (1)

Идентификатор библиотеки Тип Версия
org.testng : testng jar 6.14.3

Модули Проекта

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

Версии библиотеки

Версия
0.1.2
0.1.1
0.1.0