All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download all versions of degen JAR files with all dependencies

Search JAR files by class name

degen from group com.peterlavalle (version 1.3.0)

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.

Group: com.peterlavalle Artifact: degen
Show documentation Show source 
 

0 downloads

degen from group com.peterlavalle (version 1.2.1)

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 to replace libGDX's native methods on Matrix4, without setting up an environment to build the library. In essence - it's an alternative to patching someone else's project.

Group: com.peterlavalle Artifact: degen
Show documentation Show source 
 

0 downloads



Page 1 from 1 (items total 2)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy