is not current version
Last Version 1.0.6

org.testifyproject.level:system 0.9.8

A module that provides a test Runner and Verifier for System Testing

GroupId

GroupId

org.testifyproject.level
ArtifactId

ArtifactId

system
Version

Version

0.9.8
Type

Type

jar

Download system 0.9.8


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