is not current version
Last Version 6.0.0

org.apache.struts:struts2-core 2.0.9


GroupId

GroupId

org.apache.struts
ArtifactId

ArtifactId

struts2-core
Version

Version

2.0.9
Type

Type

jar

Download struts2-core 2.0.9


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