is not current version
Last Version 0.8.17

com.github.dakusui:jcunit 0.4.11

Automated combinatorial testing framework on top of JUnit

GroupId

GroupId

com.github.dakusui
ArtifactId

ArtifactId

jcunit
Version

Version

0.4.11
Type

Type

jar

Download jcunit 0.4.11


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