jar

io.micronaut.sourcegen : micronaut-test-suite-kotlin

Maven & Gradle

Dec 14, 2023
7 stars

Compilation time source code generators · TODO

Table Of Contents

Latest Version

Download io.micronaut.sourcegen : micronaut-test-suite-kotlin JAR file - Latest Versions:

All Versions

Download io.micronaut.sourcegen : micronaut-test-suite-kotlin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.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 micronaut-test-suite-kotlin-1.0.0-M1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.micronaut.sourcegen.example

├─ io.micronaut.sourcegen.example.CrudRepository1.class - [JAR]

├─ io.micronaut.sourcegen.example.MyBean1.class - [JAR]

├─ io.micronaut.sourcegen.example.MyBean2.class - [JAR]

├─ io.micronaut.sourcegen.example.MyEntity1.class - [JAR]

├─ io.micronaut.sourcegen.example.MyEnum1.class - [JAR]

├─ io.micronaut.sourcegen.example.MyInterface1.class - [JAR]

├─ io.micronaut.sourcegen.example.MyRecord1.class - [JAR]

├─ io.micronaut.sourcegen.example.MyRepository1.class - [JAR]

├─ io.micronaut.sourcegen.example.Person.class - [JAR]

├─ io.micronaut.sourcegen.example.PersonBuilder.class - [JAR]

├─ io.micronaut.sourcegen.example.Trigger.class - [JAR]