is not current version
Last Version 0.28

io.github.cse1110:andy 0.25

Andy, a tool that assesses your test suites

GroupId

GroupId

io.github.cse1110
ArtifactId

ArtifactId

andy
Version

Version

0.25
Type

Type

jar

Download andy 0.25


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