jar

com.usalko : usage-maven-plugin

Maven & Gradle

Oct 23, 2019
0 stars

Usage Maven Plugin · USAGE MAVEN PLUGIN Simple plugin with two goals: usage:class For search substring for class-name in code and collect statistics after walking by dependency tree usage:resource For search substring for resource-name in dependency tree Both goals return json result into log

Table Of Contents

Latest Version

Download com.usalko : usage-maven-plugin JAR file - Latest Versions:

All Versions

Download com.usalko : usage-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

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 usage-maven-plugin-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.usalko.utils

├─ com.usalko.utils.Enumerations.class - [JAR]

├─ com.usalko.utils.JsonTools.class - [JAR]

├─ com.usalko.utils.MapBuilder.class - [JAR]

com.usalko.maven.plugin.usage.asm

├─ com.usalko.maven.plugin.usage.asm.UsageAnnotationVisitor.class - [JAR]

├─ com.usalko.maven.plugin.usage.asm.UsageClassVisitor.class - [JAR]

├─ com.usalko.maven.plugin.usage.asm.UsageFieldVisitor.class - [JAR]

├─ com.usalko.maven.plugin.usage.asm.UsageMethodVisitor.class - [JAR]

├─ com.usalko.maven.plugin.usage.asm.VisitorsContext.class - [JAR]

com.usalko.maven.plugin.usage

├─ com.usalko.maven.plugin.usage.AbstractUsageMojo.class - [JAR]

├─ com.usalko.maven.plugin.usage.ArtifactEntry.class - [JAR]

├─ com.usalko.maven.plugin.usage.ClassMojo.class - [JAR]

├─ com.usalko.maven.plugin.usage.ResourceMojo.class - [JAR]

├─ com.usalko.maven.plugin.usage.UsageMojoException.class - [JAR]

Advertisement