is not current version
Last Version 6.0.0

org.apache.struts:struts2-junit-plugin 2.5


Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.apache.struts
ArtifactId

ArtifactId

struts2-junit-plugin
Version

Version

2.5
Type

Type

jar

Download struts2-junit-plugin 2.5


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