License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdorg.apache.struts |
ArtifactId | ArtifactIdstruts2-junit-plugin |
Last Version | Last Version6.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStruts 2 JUnit Plugin
Apache Struts 2
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
struts2-junit-plugin-6.0.0.pom | |
struts2-junit-plugin-6.0.0.jar | 18 KB |
struts2-junit-plugin-6.0.0-sources.jar | 13 KB |
struts2-junit-plugin-6.0.0-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.struts/struts2-junit-plugin/ -->
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-junit-plugin</artifactId>
<version>6.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts2-junit-plugin/
implementation 'org.apache.struts:struts2-junit-plugin:6.0.0'
// https://jarcasting.com/artifacts/org.apache.struts/struts2-junit-plugin/
implementation ("org.apache.struts:struts2-junit-plugin:6.0.0")
'org.apache.struts:struts2-junit-plugin:jar:6.0.0'
<dependency org="org.apache.struts" name="struts2-junit-plugin" rev="6.0.0">
<artifact name="struts2-junit-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts2-junit-plugin', version='6.0.0')
)
libraryDependencies += "org.apache.struts" % "struts2-junit-plugin" % "6.0.0"
[org.apache.struts/struts2-junit-plugin "6.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 5.3.20 |
org.springframework : spring-core | jar | 5.3.20 |
org.springframework : spring-context | jar | 5.3.20 |
org.apache.struts : struts2-spring-plugin Optional | jar | 6.0.0 |
junit : junit | jar | 4.13.1 |
javax.portlet : portlet-api Optional | jar | 2.0 |
org.apache.struts : struts2-portlet-plugin Optional | jar | 6.0.0 |
org.apache.struts : struts2-portlet-mocks-plugin Optional | jar | 6.0.0 |
org.apache.struts : struts2-core | jar | 6.0.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet.jsp : jsp-api | jar | 2.1 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.struts : struts2-convention-plugin | jar | 6.0.0 |