com.github.krraghavan:schema-generator-protobuf

Generate schemas (Protobuf currently implemented) from Java POJOs

License

License

Categories

Categories

Protobuf Data Data Structures
GroupId

GroupId

com.github.krraghavan
ArtifactId

ArtifactId

schema-generator-protobuf
Last Version

Last Version

0.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

Generate schemas (Protobuf currently implemented) from Java POJOs

Download schema-generator-protobuf

How to add to project

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

Dependencies

compile (10)

Group / Artifact Type Version
org.reflections : reflections jar 0.9.12
com.github.krraghavan : schema-generator-api jar 0.1.2
com.github.jknack : handlebars jar 4.1.2
com.google.protobuf : protobuf-java jar 3.14.0
org.springframework : spring-core jar 5.2.7.RELEASE
org.springframework : spring-beans jar 5.2.7.RELEASE
commons-io : commons-io jar 2.6
com.google.guava : guava jar 30.1-jre
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 (2)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.8.1
org.testng : testng jar 6.14.3

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.2
0.1.1
0.1.0