License |
License |
---|---|
GroupId | GroupIdcom.github.dakusui |
ArtifactId | ArtifactIdjcunit-theories |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjcunit-theories
@Theories runner powered by JCUnit
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jcunit-theories-0.1.0.pom | |
jcunit-theories-0.1.0.jar | 18 KB |
jcunit-theories-0.1.0-sources.jar | 12 KB |
jcunit-theories-0.1.0-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dakusui/jcunit-theories/ -->
<dependency>
<groupId>com.github.dakusui</groupId>
<artifactId>jcunit-theories</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dakusui/jcunit-theories/
implementation 'com.github.dakusui:jcunit-theories:0.1.0'
// https://jarcasting.com/artifacts/com.github.dakusui/jcunit-theories/
implementation ("com.github.dakusui:jcunit-theories:0.1.0")
'com.github.dakusui:jcunit-theories:jar:0.1.0'
<dependency org="com.github.dakusui" name="jcunit-theories" rev="0.1.0">
<artifact name="jcunit-theories" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dakusui', module='jcunit-theories', version='0.1.0')
)
libraryDependencies += "com.github.dakusui" % "jcunit-theories" % "0.1.0"
[com.github.dakusui/jcunit-theories "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.dakusui : jcunit | jar | 0.5.6 |
junit : junit Optional | jar | 4.12 |
org.junit.contrib : junit-theories Optional | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core Optional | jar | 1.9.5 |