is not current version
Last Version 0.8.17

com.github.dakusui:jcunit 0.1.4

Automated combinatorial testing framework on top of JUnit

GroupId

GroupId

com.github.dakusui
ArtifactId

ArtifactId

jcunit
Version

Version

0.1.4
Type

Type

jar

Download jcunit 0.1.4


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