is not current version
Last Version 0.0.2

io.github.chyccs:phase-verifier 0.0.1

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

GroupId

GroupId

io.github.chyccs
ArtifactId

ArtifactId

phase-verifier
Version

Version

0.0.1
Type

Type

jar

Download phase-verifier 0.0.1


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