не последняя версия
Последняя версия 0.8.17

com.github.dakusui:jcunit 0.8.9

Automated combinatorial testing framework on top of JUnit

Группа

Группа

com.github.dakusui
Идентификатор

Идентификатор

jcunit
Версия

Версия

0.8.9
Тип

Тип

jar

Скачать jcunit 0.8.9


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