is not current version
Last Version 1.0.6

org.testifyproject.level:unit 1.0.3

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

GroupId

GroupId

org.testifyproject.level
ArtifactId

ArtifactId

unit
Version

Version

1.0.3
Type

Type

jar

Download unit 1.0.3


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