is not current version
Last Version 6.0.0

org.apache.struts:struts2-testng-plugin 2.3.28.1


Categories

Categories

TestNG Unit Testing
GroupId

GroupId

org.apache.struts
ArtifactId

ArtifactId

struts2-testng-plugin
Version

Version

2.3.28.1
Type

Type

jar

Download struts2-testng-plugin 2.3.28.1


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