is not current version
Last Version 2.0.0

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

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.

Categories

Categories

Maven Build Tools ORM Data
GroupId

GroupId

org.owasp.maven.enforcer
ArtifactId

ArtifactId

class-file-format-rule
Version

Version

1.0.0
Type

Type

jar

Download class-file-format-rule 1.0.0


<!-- https://jarcasting.com/artifacts/org.owasp.maven.enforcer/class-file-format-rule/ -->
<dependency>
    <groupId>org.owasp.maven.enforcer</groupId>
    <artifactId>class-file-format-rule</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.owasp.maven.enforcer/class-file-format-rule/
implementation 'org.owasp.maven.enforcer:class-file-format-rule:1.0.0'
// https://jarcasting.com/artifacts/org.owasp.maven.enforcer/class-file-format-rule/
implementation ("org.owasp.maven.enforcer:class-file-format-rule:1.0.0")
'org.owasp.maven.enforcer:class-file-format-rule:jar:1.0.0'
<dependency org="org.owasp.maven.enforcer" name="class-file-format-rule" rev="1.0.0">
  <artifact name="class-file-format-rule" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.owasp.maven.enforcer', module='class-file-format-rule', version='1.0.0')
)
libraryDependencies += "org.owasp.maven.enforcer" % "class-file-format-rule" % "1.0.0"
[org.owasp.maven.enforcer/class-file-format-rule "1.0.0"]