is not current version
Last Version 1.0.0

org.testifyproject.examples:junit4 0.9.1

Parent module of example projects

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.testifyproject.examples
ArtifactId

ArtifactId

junit4
Version

Version

0.9.1
Type

Type

pom

Download junit4 0.9.1

Filename Size
junit4-0.9.1.pom 3 KB
Browse

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