| Categories |
CategoriesGradle Build Tools |
|---|---|
| GroupId | GroupIdcom.tngtech.jgiven |
| ArtifactId | ArtifactIdjgiven-gradle-plugin |
| Version | Version0.18.2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-gradle-plugin/ -->
<dependency>
<groupId>com.tngtech.jgiven</groupId>
<artifactId>jgiven-gradle-plugin</artifactId>
<version>0.18.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-gradle-plugin/
implementation 'com.tngtech.jgiven:jgiven-gradle-plugin:0.18.2'
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-gradle-plugin/
implementation ("com.tngtech.jgiven:jgiven-gradle-plugin:0.18.2")
'com.tngtech.jgiven:jgiven-gradle-plugin:jar:0.18.2'
<dependency org="com.tngtech.jgiven" name="jgiven-gradle-plugin" rev="0.18.2">
<artifact name="jgiven-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tngtech.jgiven', module='jgiven-gradle-plugin', version='0.18.2')
)
libraryDependencies += "com.tngtech.jgiven" % "jgiven-gradle-plugin" % "0.18.2"
[com.tngtech.jgiven/jgiven-gradle-plugin "0.18.2"]