is not current version
Last Version 6.0.0

org.apache.struts:struts2-plugins 2.1.8.1


GroupId

GroupId

org.apache.struts
ArtifactId

ArtifactId

struts2-plugins
Version

Version

2.1.8.1
Type

Type

pom

Download struts2-plugins 2.1.8.1


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