is not current version
Last Version 6.0.0

org.apache.struts:struts2-bom 2.5-BETA1

Struts 2 Bill of Materials

GroupId

GroupId

org.apache.struts
ArtifactId

ArtifactId

struts2-bom
Version

Version

2.5-BETA1
Type

Type

pom

Download struts2-bom 2.5-BETA1


<!-- https://jarcasting.com/artifacts/org.apache.struts/struts2-bom/ -->
<dependency>
    <groupId>org.apache.struts</groupId>
    <artifactId>struts2-bom</artifactId>
    <version>2.5-BETA1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts2-bom/
implementation 'org.apache.struts:struts2-bom:2.5-BETA1'
// https://jarcasting.com/artifacts/org.apache.struts/struts2-bom/
implementation ("org.apache.struts:struts2-bom:2.5-BETA1")
'org.apache.struts:struts2-bom:pom:2.5-BETA1'
<dependency org="org.apache.struts" name="struts2-bom" rev="2.5-BETA1">
  <artifact name="struts2-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts2-bom', version='2.5-BETA1')
)
libraryDependencies += "org.apache.struts" % "struts2-bom" % "2.5-BETA1"
[org.apache.struts/struts2-bom "2.5-BETA1"]