is not current version
Last Version 6.0.0

org.apache.struts:struts2-bom 2.3.29

Struts 2 Bill of Materials

GroupId

GroupId

org.apache.struts
ArtifactId

ArtifactId

struts2-bom
Version

Version

2.3.29
Type

Type

pom

Download struts2-bom 2.3.29

Filename Size
struts2-bom-2.3.29.pom 8 KB
Browse

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