License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.tngtech.jgiven |
ArtifactId | ArtifactIdjgiven-junit5 |
Last Version | Last Version1.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjgiven-junit5
Module for writing JGiven tests with JUnit 5
|
Project URL |
Project URL |
Filename | Size |
---|---|
jgiven-junit5-1.2.2.pom | |
jgiven-junit5-1.2.2.jar | 11 KB |
jgiven-junit5-1.2.2-sources.jar | 8 KB |
jgiven-junit5-1.2.2-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-junit5/ -->
<dependency>
<groupId>com.tngtech.jgiven</groupId>
<artifactId>jgiven-junit5</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-junit5/
implementation 'com.tngtech.jgiven:jgiven-junit5:1.2.2'
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-junit5/
implementation ("com.tngtech.jgiven:jgiven-junit5:1.2.2")
'com.tngtech.jgiven:jgiven-junit5:jar:1.2.2'
<dependency org="com.tngtech.jgiven" name="jgiven-junit5" rev="1.2.2">
<artifact name="jgiven-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tngtech.jgiven', module='jgiven-junit5', version='1.2.2')
)
libraryDependencies += "com.tngtech.jgiven" % "jgiven-junit5" % "1.2.2"
[com.tngtech.jgiven/jgiven-junit5 "1.2.2"]
Group / Artifact | Type | Version |
---|---|---|
com.tngtech.jgiven : jgiven-core | jar | 1.2.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.35 |