License |
License |
---|---|
Categories |
CategoriesTestNG Unit Testing |
GroupId | GroupIdorg.apache.struts |
ArtifactId | ArtifactIdstruts2-testng-plugin |
Version | Version2.5.28 |
Type | Typejar |
Description |
DescriptionStruts 2 TestNG Plugin
Apache Struts 2
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.struts/struts2-testng-plugin/ -->
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-testng-plugin</artifactId>
<version>2.5.28</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts2-testng-plugin/
implementation 'org.apache.struts:struts2-testng-plugin:2.5.28'
// https://jarcasting.com/artifacts/org.apache.struts/struts2-testng-plugin/
implementation ("org.apache.struts:struts2-testng-plugin:2.5.28")
'org.apache.struts:struts2-testng-plugin:jar:2.5.28'
<dependency org="org.apache.struts" name="struts2-testng-plugin" rev="2.5.28">
<artifact name="struts2-testng-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts2-testng-plugin', version='2.5.28')
)
libraryDependencies += "org.apache.struts" % "struts2-testng-plugin" % "2.5.28"
[org.apache.struts/struts2-testng-plugin "2.5.28"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.9.10 |
org.springframework : spring-test | jar | 4.3.26.RELEASE |
org.springframework : spring-core | jar | 4.3.26.RELEASE |
org.apache.struts : struts2-core | jar | 2.5.28 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : jsp-api | jar | 2.0 |
javax.servlet : servlet-api | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
junit : junit | jar | 4.12 |