WildFly APIs with Tools BOM

Dependency Management for Java EE 7 Specification APIs with Deployment and Testing Tools

License

License

Categories

Categories

WildFly Container Application Servers
GroupId

GroupId

org.wildfly.bom
ArtifactId

ArtifactId

wildfly-with-tools
Last Version

Last Version

13.0.0.Final
Release Date

Release Date

Type

Type

pom
Description

Description

WildFly APIs with Tools BOM
Dependency Management for Java EE 7 Specification APIs with Deployment and Testing Tools
Project Organization

Project Organization

JBoss by Red Hat

Download wildfly-with-tools

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
13.0.0.Final
13.0.0.Alpha5
13.0.0.Alpha3
13.0.0.Alpha2
13.0.0.Alpha1
12.0.0.Final
12.0.0.CR1
11.0.0.Final
11.0.0.CR1
11.0.0.Beta3
11.0.0.Beta2
11.0.0.Beta1