License |
License |
---|---|
Categories |
CategoriesProtobuf Data Data Structures |
GroupId | GroupIdcom.github.krraghavan |
ArtifactId | ArtifactIdschema-generator-protobuf |
Last Version | Last Version0.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGenerate schemas (Protobuf currently implemented) from Java POJOs
|
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.8.1 |
org.testng : testng | jar | 6.14.3 |