License |
License |
---|---|
GroupId | GroupIdcom.tngtech.jgiven |
ArtifactId | ArtifactIdjgiven-examples |
Last Version | Last Version1.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjgiven-examples
JGiven - BDD in plain Java - Module jgiven-examples
|
Project URL |
Project URL |
Filename | Size |
---|---|
jgiven-examples-1.2.2.pom | |
jgiven-examples-1.2.2.jar | 8 KB |
jgiven-examples-1.2.2-sources.jar | 6 KB |
jgiven-examples-1.2.2-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-examples/ -->
<dependency>
<groupId>com.tngtech.jgiven</groupId>
<artifactId>jgiven-examples</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-examples/
implementation 'com.tngtech.jgiven:jgiven-examples:1.2.2'
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-examples/
implementation ("com.tngtech.jgiven:jgiven-examples:1.2.2")
'com.tngtech.jgiven:jgiven-examples:jar:1.2.2'
<dependency org="com.tngtech.jgiven" name="jgiven-examples" rev="1.2.2">
<artifact name="jgiven-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tngtech.jgiven', module='jgiven-examples', version='1.2.2')
)
libraryDependencies += "com.tngtech.jgiven" % "jgiven-examples" % "1.2.2"
[com.tngtech.jgiven/jgiven-examples "1.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.35 |
com.tngtech.jgiven : jgiven-core | jar | 1.2.2 |