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.

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка ORM Данные
Группа

Группа

org.owasp.maven.enforcer
Идентификатор

Идентификатор

class-file-format-rule
Последняя версия

Последняя версия

2.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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
Организация-разработчик

Организация-разработчик

OWASP
Система контроля версий

Система контроля версий

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

Скачать class-file-format-rule

Как подключить последнюю версию

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

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
org.apache.maven.enforcer : enforcer-api jar 3.0.0
org.apache.maven.shared : maven-artifact-transfer jar 0.13.1
org.apache.maven : maven-project jar 2.2.1
org.apache.maven : maven-core jar 3.1.0
org.apache.maven : maven-artifact jar 3.1.0
org.apache.maven : maven-plugin-api jar 3.1.0
org.apache.maven.shared : maven-dependency-tree jar 3.1.0

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.1
org.hamcrest : hamcrest-core jar 1.3
com.sun.istack : istack-commons-runtime jar 3.0.10

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
2.0.0
1.0.1
1.0.0