is not current version
Last Version 1.0.6

org.testifyproject.level:unit 0.9.4

A module that provides a test Runner and Verifier for Unit Testing.

GroupId

GroupId

org.testifyproject.level
ArtifactId

ArtifactId

unit
Version

Version

0.9.4
Type

Type

jar

Download unit 0.9.4


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