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