| Categories |
CategoriesJUnit Unit Testing |
|---|---|
| GroupId | GroupIdcom.tngtech.jgiven |
| ArtifactId | ArtifactIdjgiven-junit |
| Version | Version0.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jgiven-junit-0.3.0.pom | |
| jgiven-junit-0.3.0.jar | 10 KB |
| jgiven-junit-0.3.0-tests.jar | 32 KB |
| jgiven-junit-0.3.0-sources.jar | 4 KB |
| jgiven-junit-0.3.0-javadoc.jar | 48 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-junit/ -->
<dependency>
<groupId>com.tngtech.jgiven</groupId>
<artifactId>jgiven-junit</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-junit/
implementation 'com.tngtech.jgiven:jgiven-junit:0.3.0'
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-junit/
implementation ("com.tngtech.jgiven:jgiven-junit:0.3.0")
'com.tngtech.jgiven:jgiven-junit:jar:0.3.0'
<dependency org="com.tngtech.jgiven" name="jgiven-junit" rev="0.3.0">
<artifact name="jgiven-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tngtech.jgiven', module='jgiven-junit', version='0.3.0')
)
libraryDependencies += "com.tngtech.jgiven" % "jgiven-junit" % "0.3.0"
[com.tngtech.jgiven/jgiven-junit "0.3.0"]