jar

com.github.frtu.governance : schema-maven-plugin

Maven & Gradle

Dec 26, 2020
0 stars

schema-maven-plugin Maven Plugin · A maven plugin for schemas (schema2dot - generate a dot notation for Avro schema | pojo2avro - generation from POJO).

Table Of Contents

Latest Version

Download com.github.frtu.governance : schema-maven-plugin JAR file - Latest Versions:

All Versions

Download com.github.frtu.governance : schema-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x
0.3.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window schema-maven-plugin-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.frtu.schema.utils

├─ com.github.frtu.schema.utils.AvroDotGenerator.class - [JAR]

├─ com.github.frtu.schema.utils.ClassloaderUtil.class - [JAR]

├─ com.github.frtu.schema.utils.FileUtil.class - [JAR]

├─ com.github.frtu.schema.utils.SchemaUtil.class - [JAR]

com.github.frtu.schema

├─ com.github.frtu.schema.AbstractAvroFiles2xxxMojo.class - [JAR]

├─ com.github.frtu.schema.AbstractPojo2xxxMojo.class - [JAR]

├─ com.github.frtu.schema.DotGraphGen4AvroMojo.class - [JAR]

├─ com.github.frtu.schema.SchemaGenPojo2AvroMojo.class - [JAR]