is not current version
Last Version 1.0.6

org.testifyproject.level:system 1.0.3

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

GroupId

GroupId

org.testifyproject.level
ArtifactId

ArtifactId

system
Version

Version

1.0.3
Type

Type

jar

Download system 1.0.3


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