GroupId | GroupIdcom.tngtech.jgiven |
---|---|
ArtifactId | ArtifactIdjgiven-examples |
Version | Version0.2.2 |
Type | Typejar |
Filename | Size |
---|---|
jgiven-examples-0.2.2.pom | |
jgiven-examples-0.2.2.jar | 2 KB |
jgiven-examples-0.2.2-tests.jar | 19 KB |
jgiven-examples-0.2.2-sources.jar | 977 bytes |
jgiven-examples-0.2.2-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-examples/ -->
<dependency>
<groupId>com.tngtech.jgiven</groupId>
<artifactId>jgiven-examples</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-examples/
implementation 'com.tngtech.jgiven:jgiven-examples:0.2.2'
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-examples/
implementation ("com.tngtech.jgiven:jgiven-examples:0.2.2")
'com.tngtech.jgiven:jgiven-examples:jar:0.2.2'
<dependency org="com.tngtech.jgiven" name="jgiven-examples" rev="0.2.2">
<artifact name="jgiven-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tngtech.jgiven', module='jgiven-examples', version='0.2.2')
)
libraryDependencies += "com.tngtech.jgiven" % "jgiven-examples" % "0.2.2"
[com.tngtech.jgiven/jgiven-examples "0.2.2"]