is not current version
Last Version 1.0.0

org.testifyproject.examples:example-junit-unittest 0.9.0

Creates a new quickstart project to unit test Java code with Testify, JUnit4, Mockito, and AssertJ.

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.testifyproject.examples
ArtifactId

ArtifactId

example-junit-unittest
Version

Version

0.9.0
Type

Type

jar

Download example-junit-unittest 0.9.0


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