is not current version
Last Version 1.0.6

org.testifyproject.level:system 1.0.1

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

GroupId

GroupId

org.testifyproject.level
ArtifactId

ArtifactId

system
Version

Version

1.0.1
Type

Type

jar

Download system 1.0.1


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