phase-verifier

Library that enables step-by-step verification using junit.

License

License

GroupId

GroupId

io.github.chyccs
ArtifactId

ArtifactId

phase-verifier
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

phase-verifier
Library that enables step-by-step verification using junit.
Project URL

Project URL

https://github.com/chyccs/phase-verifier

Download phase-verifier

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.chyccs/phase-verifier/ -->
<dependency>
    <groupId>io.github.chyccs</groupId>
    <artifactId>phase-verifier</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.chyccs/phase-verifier/
implementation 'io.github.chyccs:phase-verifier:0.0.2'
// https://jarcasting.com/artifacts/io.github.chyccs/phase-verifier/
implementation ("io.github.chyccs:phase-verifier:0.0.2")
'io.github.chyccs:phase-verifier:jar:0.0.2'
<dependency org="io.github.chyccs" name="phase-verifier" rev="0.0.2">
  <artifact name="phase-verifier" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.chyccs', module='phase-verifier', version='0.0.2')
)
libraryDependencies += "io.github.chyccs" % "phase-verifier" % "0.0.2"
[io.github.chyccs/phase-verifier "0.0.2"]

Dependencies

runtime (2)

Group / Artifact Type Version
org.hamcrest : hamcrest-core jar 2.2
org.junit.jupiter : junit-jupiter-api jar 5.7.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.2
0.0.1