jar

com.vegardit.maven : depcheck-maven-plugin

Maven & Gradle

Jun 23, 2023
2 stars

depcheck-maven-plugin · Pragmatic Maven plugin to check for unused direct and used indirect (transitive) dependencies.

Table Of Contents

Latest Version

Download com.vegardit.maven : depcheck-maven-plugin JAR file - Latest Versions:

All Versions

Download com.vegardit.maven : depcheck-maven-plugin JAR file - All Versions:

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

com.vegardit.maven.depcheck_maven_plugin

├─ com.vegardit.maven.depcheck_maven_plugin.HelpMojo.class - [JAR]

com.vegardit.maven.plugin.depcheck

├─ com.vegardit.maven.plugin.depcheck.AbstractClassAnalyzer.class - [JAR]

├─ com.vegardit.maven.plugin.depcheck.CheckDepsMojo.class - [JAR]

├─ com.vegardit.maven.plugin.depcheck.DepsAnalyzer.class - [JAR]

├─ com.vegardit.maven.plugin.depcheck.FixTransDepsMojo.class - [JAR]

com.vegardit.maven.util

├─ com.vegardit.maven.util.AbstractMojo.class - [JAR]

├─ com.vegardit.maven.util.MavenUtils.class - [JAR]

├─ com.vegardit.maven.util.Pluralized.class - [JAR]

Advertisement