jar

pl.org.miki : java8-quickstart-archetype

Maven & Gradle

Jul 21, 2014

Basic Java 8 archetype. Options: -testLibrary: [junit, testng, none]. DEFAULT: junit. Adds the requested test library to the POM deps. -compilerMode: [simple, test-only, retrolambda-main, retrolambda-all]. DEFAULT: simple. --simple: everything is compiled as Java 8. --test-only: set up test for Java 8, and main for Java 7. --retrolambda-main: main code is compiled as Java 8, and then converted to Java 7 via retrolambda. --retrolambda-all: all code is compiled as Java 8, and then converted to Java 7 via retrolambda. NOTE: Retrolambda support provided "as is" - if you have any problems, please file a ticket on the GitHub page!

Table Of Contents

Latest Version

Download pl.org.miki : java8-quickstart-archetype JAR file - Latest Versions:

All Versions

Download pl.org.miki : java8-quickstart-archetype 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 java8-quickstart-archetype-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

Advertisement