is not current version
Last Version 2.0.0

class-file-format-rule 1.0.1

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.

License

License

Categories

Categories

Maven Build Tools ORM Data
GroupId

GroupId

org.owasp.maven.enforcer
ArtifactId

ArtifactId

class-file-format-rule
Version

Version

1.0.1
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/jeremylong/class-file-format-rule
Project Organization

Project Organization

OWASP
Source Code Management

Source Code Management

https://github.com/jeremylong/class-file-format-rule

Download class-file-format-rule 1.0.1


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

Dependencies

compile (7)

Group / Artifact Type Version
org.apache.maven.enforcer : enforcer-api jar 3.0.0-M1
org.apache.maven.shared : maven-artifact-transfer jar 0.9.1
org.apache.maven : maven-project jar 2.2.1
org.apache.maven : maven-core jar 3.5.2
org.apache.maven : maven-artifact jar 3.5.2
org.apache.maven : maven-plugin-api jar 3.5.2
org.apache.maven.shared : maven-dependency-tree jar 2.2

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-core jar 1.3
com.sun.istack : istack-commons-runtime jar 3.0.10

Project Modules

There are no modules declared in this project.