WildFly JBoss Java EE 7 Specification APIs with Hibernate 3

Dependency Management for Java EE 7 Specification APIs with Hibernate 3 projects

Лицензия

Лицензия

Категории

Категории

JBoss Контейнер Application Servers WildFly Hibernate Данные ORM
Группа

Группа

org.wildfly.bom
Идентификатор

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

jboss-javaee-7.0-wildfly-with-hibernate3
Последняя версия

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

9.0.2.Final
Дата

Дата

Тип

Тип

pom
Описание

Описание

WildFly JBoss Java EE 7 Specification APIs with Hibernate 3
Dependency Management for Java EE 7 Specification APIs with Hibernate 3 projects
Организация-разработчик

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

JBoss by Red Hat

Скачать jboss-javaee-7.0-wildfly-with-hibernate3

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

<!-- https://jarcasting.com/artifacts/org.wildfly.bom/jboss-javaee-7.0-wildfly-with-hibernate3/ -->
<dependency>
    <groupId>org.wildfly.bom</groupId>
    <artifactId>jboss-javaee-7.0-wildfly-with-hibernate3</artifactId>
    <version>9.0.2.Final</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.bom/jboss-javaee-7.0-wildfly-with-hibernate3/
implementation 'org.wildfly.bom:jboss-javaee-7.0-wildfly-with-hibernate3:9.0.2.Final'
// https://jarcasting.com/artifacts/org.wildfly.bom/jboss-javaee-7.0-wildfly-with-hibernate3/
implementation ("org.wildfly.bom:jboss-javaee-7.0-wildfly-with-hibernate3:9.0.2.Final")
'org.wildfly.bom:jboss-javaee-7.0-wildfly-with-hibernate3:pom:9.0.2.Final'
<dependency org="org.wildfly.bom" name="jboss-javaee-7.0-wildfly-with-hibernate3" rev="9.0.2.Final">
  <artifact name="jboss-javaee-7.0-wildfly-with-hibernate3" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.bom', module='jboss-javaee-7.0-wildfly-with-hibernate3', version='9.0.2.Final')
)
libraryDependencies += "org.wildfly.bom" % "jboss-javaee-7.0-wildfly-with-hibernate3" % "9.0.2.Final"
[org.wildfly.bom/jboss-javaee-7.0-wildfly-with-hibernate3 "9.0.2.Final"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

WildFly BOMs

The WildFly BOMs project provides Maven BOM files, which includes dependency management compatible with (same version) WildFly. These files manage the version of the dependencies you may need to build, test or debug your project, ensuring you always get a compatible stack.

The following BOMs are available:

  • EJB Client (Maven coordinates "org.wildfly:wildfly-ejb-client-bom", built by /clients/ejb-client/pom.xml)

  • EJB Legacy Client (Maven coordinates "org.wildfly:wildfly-ejb-client-legacy-bom", built by /clients/ejb-legacy-client/pom.xml)

  • JAXWS Client (Maven coordinates "org.wildfly:wildfly-jaxws-client-bom", built by /clients/jaxws-client/pom.xml)

  • JMS Client (Maven coordinates "org.wildfly:wildfly-jms-client-bom", built by /clients/jms-client/pom.xml)

  • Jakarta EE 8 (Maven coordinates "org.wildfly.bom:wildfly-jakartaee8", built by /jakartaee8/pom.xml)

  • Jakarta EE 8 with Tools (Maven coordinates "org.wildfly.bom:wildfly-jakartaee8-with-tools", built by /jakartaee8/jakartaee8-with-tools/pom.xml)

  • MicroProfile (Maven coordinates "org.wildfly.bom:wildfly-microprofile", built by /microprofile/pom.xml)

Usage

To use a BOM, import into your dependency management. For example, if you want "Jakarta EE 8 with Tools" artifacts, use:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.wildfly.bom</groupId>
            <artifactId>wildfly-jakartaee8-with-tools</artifactId>
            <scope>import</scope>
            <type>pom</type>
            <version>${wildfly.version}</version>
        </dependency>
    </dependencies>
</dependencyManagement>
org.wildfly.bom

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

Версия
9.0.2.Final
9.0.1.Final
9.0.0.Final
9.0.0.CR2
9.0.0.CR1
9.0.0.Beta3