is not current version
Last Version 0.2.0

com.github.jesg:dither 0.1.3

Test case generation strategies

GroupId

GroupId

com.github.jesg
ArtifactId

ArtifactId

dither
Version

Version

0.1.3
Type

Type

jar

Download dither 0.1.3


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