jar

com.peterlavalle : degen

Maven & Gradle

Jan 28, 2013
0 stars

degen · A Maven Mojo to download and "degenerate" non-maven projects into sources and binaries This MOJO is supposed to scrape and "de-generate" a zip file containing jars into a project's generated-sources folder, skipping items provided in the `src/` folder. It is intended to "mavenize-with-changes" an existing project and allow the user (of the Mojo) to replace classes which they do not have the ability/desire to recompile without setting up a full build. It can also be used to import non-maven projects by not changing anything. The itch I wanted to scratch was mostly to port libGDX to Maven, while replacing the native methods on Matrix4, without rebuilding the whole project. In essence - it's an alternative to patching someone else's project.

Table Of Contents

Latest Version

Download com.peterlavalle : degen JAR file - Latest Versions:

All Versions

Download com.peterlavalle : degen JAR file - All Versions:

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

com.peterlavalle.degen.mojos

├─ com.peterlavalle.degen.mojos.AMojo.class - [JAR]

├─ com.peterlavalle.degen.mojos.DegenMojo.class - [JAR]

├─ com.peterlavalle.degen.mojos.HelpMojo.class - [JAR]

├─ com.peterlavalle.degen.mojos.HgScrapeMojo.class - [JAR]

com.peterlavalle.degen.extractors.util

├─ com.peterlavalle.degen.extractors.util.FileHook.class - [JAR]

├─ com.peterlavalle.degen.extractors.util.Files.class - [JAR]

├─ com.peterlavalle.degen.extractors.util.MasterURL.class - [JAR]

├─ com.peterlavalle.degen.extractors.util.Replacor.class - [JAR]