is not current version
Last Version 1.0.0

org.testifyproject.examples:example-junit-spring-systemtest 0.9.3

Creates a new quickstart project to system test Spring Application with Testify, JUnit4, Mockito, and AssertJ.

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.testifyproject.examples
ArtifactId

ArtifactId

example-junit-spring-systemtest
Version

Version

0.9.3
Type

Type

war

Download example-junit-spring-systemtest 0.9.3


<!-- https://jarcasting.com/artifacts/org.testifyproject.examples/example-junit-spring-systemtest/ -->
<dependency>
    <groupId>org.testifyproject.examples</groupId>
    <artifactId>example-junit-spring-systemtest</artifactId>
    <version>0.9.3</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.testifyproject.examples/example-junit-spring-systemtest/
implementation 'org.testifyproject.examples:example-junit-spring-systemtest:0.9.3'
// https://jarcasting.com/artifacts/org.testifyproject.examples/example-junit-spring-systemtest/
implementation ("org.testifyproject.examples:example-junit-spring-systemtest:0.9.3")
'org.testifyproject.examples:example-junit-spring-systemtest:war:0.9.3'
<dependency org="org.testifyproject.examples" name="example-junit-spring-systemtest" rev="0.9.3">
  <artifact name="example-junit-spring-systemtest" type="war" />
</dependency>
@Grapes(
@Grab(group='org.testifyproject.examples', module='example-junit-spring-systemtest', version='0.9.3')
)
libraryDependencies += "org.testifyproject.examples" % "example-junit-spring-systemtest" % "0.9.3"
[org.testifyproject.examples/example-junit-spring-systemtest "0.9.3"]