| License |
License |
|---|---|
| GroupId | GroupIdcom.tngtech.jgiven |
| ArtifactId | ArtifactIdjgiven-tests |
| Last Version | Last Version1.2.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjgiven-tests
JGiven Tests - Contains BDD tests for JGiven written in JGiven
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jgiven-tests-1.2.2.pom | |
| jgiven-tests-1.2.2.jar | 29 KB |
| jgiven-tests-1.2.2-sources.jar | 19 KB |
| jgiven-tests-1.2.2-javadoc.jar | 112 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-tests/ -->
<dependency>
<groupId>com.tngtech.jgiven</groupId>
<artifactId>jgiven-tests</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-tests/
implementation 'com.tngtech.jgiven:jgiven-tests:1.2.2'
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-tests/
implementation ("com.tngtech.jgiven:jgiven-tests:1.2.2")
'com.tngtech.jgiven:jgiven-tests:jar:1.2.2'
<dependency org="com.tngtech.jgiven" name="jgiven-tests" rev="1.2.2">
<artifact name="jgiven-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tngtech.jgiven', module='jgiven-tests', version='1.2.2')
)
libraryDependencies += "com.tngtech.jgiven" % "jgiven-tests" % "1.2.2"
[com.tngtech.jgiven/jgiven-tests "1.2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.35 |
| com.tngtech.jgiven : jgiven-junit | jar | 1.2.2 |
| com.tngtech.jgiven : jgiven-testng | jar | 1.2.2 |
| com.tngtech.jgiven : jgiven-junit5 | jar | 1.2.2 |
| com.tngtech.jgiven : jgiven-html5-report | jar | 1.2.2 |
| junit : junit | jar | 4.13.2 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
| org.junit.platform : junit-platform-runner | jar | 1.8.2 |
| org.testng : testng | jar | 7.5 |
| com.tngtech.java : junit-dataprovider | jar | 1.13.1 |
| com.beust : jcommander | jar | 1.82 |
| org.assertj : assertj-core | jar | 3.22.0 |