jar

io.github.jffiorillo : jvmbuilder

Maven & Gradle

Aug 21, 2018
16 stars

jvmbuilder · A source code generator for Kotlin data classes to automatically create a Builder class.

Table Of Contents

Latest Version

Download io.github.jffiorillo : jvmbuilder JAR file - Latest Versions:

All Versions

Download io.github.jffiorillo : jvmbuilder JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.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 jvmbuilder-0.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.jffiorillo.builder.processor

├─ io.github.jffiorillo.builder.processor.AppliedType.class - [JAR]

├─ io.github.jffiorillo.builder.processor.JvmBuilderProcessor.class - [JAR]

├─ io.github.jffiorillo.builder.processor.TypeResolver.class - [JAR]

├─ io.github.jffiorillo.builder.processor.UtilsKt.class - [JAR]

Advertisement