c

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.
https://github.com/jeremylong/class-file-format-rule
The Apache Software License, Version 2.0
OWASP
Jeremy Long
Files download
File Operation
class-file-format-rule-2.0.0.jar download
class-file-format-rule-2.0.0.pom download
class-file-format-rule-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.owasp.maven.enforcer</groupId>
  <artifactId>class-file-format-rule</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.owasp.maven.enforcer:class-file-format-rule:2.0.0'
Gradle Kotlin
implementation("org.owasp.maven.enforcer:class-file-format-rule:2.0.0")
Scala SBT
libraryDependencies += "org.owasp.maven.enforcer" % "class-file-format-rule" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.owasp.maven.enforcer', module='class-file-format-rule', version='2.0.0')
)
Apache Ivy
<dependency org="org.owasp.maven.enforcer" name="class-file-format-rule" rev="2.0.0" />
Leiningen
[org.owasp.maven.enforcer/class-file-format-rule "2.0.0"]
Apache Buildr
'org.owasp.maven.enforcer:class-file-format-rule:jar:2.0.0'