Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.hexaid.struts2.junit |
ArtifactId | ArtifactIdstruts2-junit |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
struts2-junit-0.2.1.pom | |
struts2-junit-0.2.1.jar | 7 KB |
struts2-junit-0.2.1-sources.jar | 3 KB |
struts2-junit-0.2.1-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.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"]