| GroupId | GroupIdcom.tngtech.jgiven |
|---|---|
| ArtifactId | ArtifactIdjgiven-parent |
| Version | Version0.1.7 |
| Type | Typepom |
| Filename | Size |
|---|---|
| jgiven-parent-0.1.7.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-parent/ -->
<dependency>
<groupId>com.tngtech.jgiven</groupId>
<artifactId>jgiven-parent</artifactId>
<version>0.1.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-parent/
implementation 'com.tngtech.jgiven:jgiven-parent:0.1.7'
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-parent/
implementation ("com.tngtech.jgiven:jgiven-parent:0.1.7")
'com.tngtech.jgiven:jgiven-parent:pom:0.1.7'
<dependency org="com.tngtech.jgiven" name="jgiven-parent" rev="0.1.7">
<artifact name="jgiven-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.tngtech.jgiven', module='jgiven-parent', version='0.1.7')
)
libraryDependencies += "com.tngtech.jgiven" % "jgiven-parent" % "0.1.7"
[com.tngtech.jgiven/jgiven-parent "0.1.7"]