License |
License |
---|---|
GroupId | GroupIdcom.github.dakusui |
ArtifactId | ArtifactIdjcunit |
Last Version | Last Version0.8.17 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjcunit
Automated combinatorial testing framework on top of JUnit
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jcunit-0.8.17.pom | |
jcunit-0.8.17.jar | 98 KB |
jcunit-0.8.17-sources.jar | 50 KB |
jcunit-0.8.17-javadoc.jar | 342 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dakusui/jcunit/ -->
<dependency>
<groupId>com.github.dakusui</groupId>
<artifactId>jcunit</artifactId>
<version>0.8.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dakusui/jcunit/
implementation 'com.github.dakusui:jcunit:0.8.17'
// https://jarcasting.com/artifacts/com.github.dakusui/jcunit/
implementation ("com.github.dakusui:jcunit:0.8.17")
'com.github.dakusui:jcunit:jar:0.8.17'
<dependency org="com.github.dakusui" name="jcunit" rev="0.8.17">
<artifact name="jcunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dakusui', module='jcunit', version='0.8.17')
)
libraryDependencies += "com.github.dakusui" % "jcunit" % "0.8.17"
[com.github.dakusui/jcunit "0.8.17"]
Group / Artifact | Type | Version |
---|---|---|
com.github.dakusui : combinatoradix | jar | 0.9.2 |
junit : junit Optional | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
com.github.dakusui : thincrest | jar | 3.1.4 |
org.mockito : mockito-core Optional | jar | 1.9.5 |