is not current version
Last Version 0.2.2

com.hexaid.struts2.junit:struts2-junit 0.2.1

Struts 2 utility library to perform integration testing with JUnit 4

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.hexaid.struts2.junit
ArtifactId

ArtifactId

struts2-junit
Version

Version

0.2.1
Type

Type

jar

Download struts2-junit 0.2.1


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