License |
License |
---|---|
Categories |
CategoriesWildFly Container Application Servers |
GroupId | GroupIdorg.wildfly.bom |
ArtifactId | ArtifactIdwildfly-jakartaee8-with-tools |
Last Version | Last Version26.1.1.Final |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWildFly BOMs: Jakarta EE 8 with Tools
Dependency Management for Jakarta EE 8 Specification APIs with Deployment and Testing Tools.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
wildfly-jakartaee8-with-tools-26.1.1.Final.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly.bom/wildfly-jakartaee8-with-tools/ -->
<dependency>
<groupId>org.wildfly.bom</groupId>
<artifactId>wildfly-jakartaee8-with-tools</artifactId>
<version>26.1.1.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.bom/wildfly-jakartaee8-with-tools/
implementation 'org.wildfly.bom:wildfly-jakartaee8-with-tools:26.1.1.Final'
// https://jarcasting.com/artifacts/org.wildfly.bom/wildfly-jakartaee8-with-tools/
implementation ("org.wildfly.bom:wildfly-jakartaee8-with-tools:26.1.1.Final")
'org.wildfly.bom:wildfly-jakartaee8-with-tools:pom:26.1.1.Final'
<dependency org="org.wildfly.bom" name="wildfly-jakartaee8-with-tools" rev="26.1.1.Final">
<artifact name="wildfly-jakartaee8-with-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.bom', module='wildfly-jakartaee8-with-tools', version='26.1.1.Final')
)
libraryDependencies += "org.wildfly.bom" % "wildfly-jakartaee8-with-tools" % "26.1.1.Final"
[org.wildfly.bom/wildfly-jakartaee8-with-tools "26.1.1.Final"]