jar

com.mastfrog : jarmerge-moduleinfo-synthesizer

Maven & Gradle

Aug 02, 2022
0 stars

jarmerge-moduleinfo-synthesizer · Extends smart-jar-merge and the maven-merge-configuration plugin to coalesce and synthesize a correct module-info.class from modular, non-modular or mixed jars (with some caveats).

Table Of Contents

Latest Version

Download com.mastfrog : jarmerge-moduleinfo-synthesizer JAR file - Latest Versions:

All Versions

Download com.mastfrog : jarmerge-moduleinfo-synthesizer JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
1.0

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 jarmerge-moduleinfo-synthesizer-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.mastfrog.jarmerge.moduleinfo

├─ com.mastfrog.jarmerge.moduleinfo.ExpEntry.class - [JAR]

├─ com.mastfrog.jarmerge.moduleinfo.JarInfo.class - [JAR]

├─ com.mastfrog.jarmerge.moduleinfo.JarsData.class - [JAR]

├─ com.mastfrog.jarmerge.moduleinfo.ModuleEntry.class - [JAR]

├─ com.mastfrog.jarmerge.moduleinfo.ModuleInfoCollector.class - [JAR]

├─ com.mastfrog.jarmerge.moduleinfo.ModuleInfoGenerator.class - [JAR]

├─ com.mastfrog.jarmerge.moduleinfo.ModuleInfoSynthesizer.class - [JAR]

├─ com.mastfrog.jarmerge.moduleinfo.Open.class - [JAR]

├─ com.mastfrog.jarmerge.moduleinfo.Prov.class - [JAR]

├─ com.mastfrog.jarmerge.moduleinfo.Req.class - [JAR]

Advertisement