is not current version
Last Version 1.0.6

org.testifyproject.level:unit 1.0.2

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

GroupId

GroupId

org.testifyproject.level
ArtifactId

ArtifactId

unit
Version

Version

1.0.2
Type

Type

jar

Download unit 1.0.2


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