jar

com.teamtter.mavennatives : nativedependencies-maven-plugin

Maven & Gradle

Feb 09, 2018
11 stars

This plugin allows the automatic unpacking of natives in jars depending on a classifier with a certain pattern. It is a fork from http://code.google.com/p/mavennatives/ . Thanks to the original authors [email protected] and [email protected] !

Table Of Contents

Latest Version

Download com.teamtter.mavennatives : nativedependencies-maven-plugin JAR file - Latest Versions:

All Versions

Download com.teamtter.mavennatives : nativedependencies-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
0.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 nativedependencies-maven-plugin-1.0.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.teamtter.mavennatives.nativedependencies

├─ com.teamtter.mavennatives.nativedependencies.AcceptEverythingOsFilter.class - [JAR]

├─ com.teamtter.mavennatives.nativedependencies.ArtifactHandler.class - [JAR]

├─ com.teamtter.mavennatives.nativedependencies.ArtifactUnpackingException.class - [JAR]

├─ com.teamtter.mavennatives.nativedependencies.CopyNativesMojo.class - [JAR]

├─ com.teamtter.mavennatives.nativedependencies.HelpMojo.class - [JAR]

├─ com.teamtter.mavennatives.nativedependencies.IArtifactHandler.class - [JAR]

├─ com.teamtter.mavennatives.nativedependencies.OsFilter.class - [JAR]

├─ com.teamtter.mavennatives.nativedependencies.UnpackedArtifactsInfo.class - [JAR]

Advertisement