is not current version
Last Version 1.0.6

org.testifyproject.level:unit 0.9.6

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

GroupId

GroupId

org.testifyproject.level
ArtifactId

ArtifactId

unit
Version

Version

0.9.6
Type

Type

jar

Download unit 0.9.6


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