jar

io.github.materiiapps : partial

Maven & Gradle

Feb 12, 2023
5 stars

partial-kt · A Kotlin KSP plugin for generating partial variants of classes.

Table Of Contents

Latest Version

Download io.github.materiiapps : partial JAR file - Latest Versions:

All Versions

Download io.github.materiiapps : partial JAR file - All Versions:

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

com.github.materiiapps.partial

├─ com.github.materiiapps.partial.Partial.class - [JAR]

├─ com.github.materiiapps.partial.PartialSerializer.class - [JAR]

├─ com.github.materiiapps.partial.Partialable.class - [JAR]

├─ com.github.materiiapps.partial.PartialableKt.class - [JAR]

├─ com.github.materiiapps.partial.Partialize.class - [JAR]

├─ com.github.materiiapps.partial.Required.class - [JAR]

├─ com.github.materiiapps.partial.Skip.class - [JAR]

Advertisement