Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdorg.testifyproject.junit4 |
ArtifactId | ArtifactIdspring-system-test |
Version | Version0.9.7 |
Type | Typejar |
Filename | Size |
---|---|
spring-system-test-0.9.7.pom | |
spring-system-test-0.9.7.jar | 8 KB |
spring-system-test-0.9.7-sources.jar | 6 KB |
spring-system-test-0.9.7-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.testifyproject.junit4/spring-system-test/ -->
<dependency>
<groupId>org.testifyproject.junit4</groupId>
<artifactId>spring-system-test</artifactId>
<version>0.9.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.testifyproject.junit4/spring-system-test/
implementation 'org.testifyproject.junit4:spring-system-test:0.9.7'
// https://jarcasting.com/artifacts/org.testifyproject.junit4/spring-system-test/
implementation ("org.testifyproject.junit4:spring-system-test:0.9.7")
'org.testifyproject.junit4:spring-system-test:jar:0.9.7'
<dependency org="org.testifyproject.junit4" name="spring-system-test" rev="0.9.7">
<artifact name="spring-system-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testifyproject.junit4', module='spring-system-test', version='0.9.7')
)
libraryDependencies += "org.testifyproject.junit4" % "spring-system-test" % "0.9.7"
[org.testifyproject.junit4/spring-system-test "0.9.7"]