is not current version
Last Version 0.28

io.github.cse1110:andy 0.24

Andy, a tool that assesses your test suites

GroupId

GroupId

io.github.cse1110
ArtifactId

ArtifactId

andy
Version

Version

0.24
Type

Type

jar

Download andy 0.24


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