jar

org.owasp.maven.enforcer : class-file-format-rule

Maven & Gradle

Sep 02, 2021
0 stars

class-file-format-rule · A maven-enforcer rule that ensures dependencies do not exceed the required class file format required by the JVM. In other words, if your project must support an older version of Java - this rule will ensure your dependencies are able to run in the older JVM.

Table Of Contents

Latest Version

Download org.owasp.maven.enforcer : class-file-format-rule JAR file - Latest Versions:

All Versions

Download org.owasp.maven.enforcer : class-file-format-rule 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 class-file-format-rule-2.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.owasp.maven.enforcer.rule

├─ org.owasp.maven.enforcer.rule.ClassFileFormatRule.class - [JAR]

├─ org.owasp.maven.enforcer.rule.DependencyReference.class - [JAR]