is not current version
Last Version 0.1.2

com.github.krraghavan:schema-generators 0.1.1

Generate schemas (Protobuf currently implemented) from Java POJOs

GroupId

GroupId

com.github.krraghavan
ArtifactId

ArtifactId

schema-generators
Version

Version

0.1.1
Type

Type

pom

Download schema-generators 0.1.1


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