| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdcom.hexaid.struts2.junit |
| ArtifactId | ArtifactIdstruts2-junit |
| Last Version | Last Version0.2.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionstruts2-junit
Struts 2 utility library to perform integration testing with JUnit 4
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| struts2-junit-0.2.2.pom | |
| struts2-junit-0.2.2.jar | 7 KB |
| struts2-junit-0.2.2-sources.jar | 3 KB |
| struts2-junit-0.2.2-javadoc.jar | 41 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hexaid.struts2.junit/struts2-junit/ -->
<dependency>
<groupId>com.hexaid.struts2.junit</groupId>
<artifactId>struts2-junit</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.hexaid.struts2.junit/struts2-junit/
implementation 'com.hexaid.struts2.junit:struts2-junit:0.2.2'
// https://jarcasting.com/artifacts/com.hexaid.struts2.junit/struts2-junit/
implementation ("com.hexaid.struts2.junit:struts2-junit:0.2.2")
'com.hexaid.struts2.junit:struts2-junit:jar:0.2.2'
<dependency org="com.hexaid.struts2.junit" name="struts2-junit" rev="0.2.2">
<artifact name="struts2-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hexaid.struts2.junit', module='struts2-junit', version='0.2.2')
)
libraryDependencies += "com.hexaid.struts2.junit" % "struts2-junit" % "0.2.2"
[com.hexaid.struts2.junit/struts2-junit "0.2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.struts : struts2-core Optional | jar | 2.2.3 |
| javax.servlet : servlet-api Optional | jar | 2.5 |
| junit : junit Optional | jar | 4.8.2 |
| org.apache.struts : struts2-junit-plugin Optional | jar | 2.2.3 |