Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.tngtech.jgiven |
ArtifactId | ArtifactIdjgiven-gradle-plugin |
Version | Version0.13.0-RC1 |
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.13.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-gradle-plugin/
implementation 'com.tngtech.jgiven:jgiven-gradle-plugin:0.13.0-RC1'
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-gradle-plugin/
implementation ("com.tngtech.jgiven:jgiven-gradle-plugin:0.13.0-RC1")
'com.tngtech.jgiven:jgiven-gradle-plugin:jar:0.13.0-RC1'
<dependency org="com.tngtech.jgiven" name="jgiven-gradle-plugin" rev="0.13.0-RC1">
<artifact name="jgiven-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tngtech.jgiven', module='jgiven-gradle-plugin', version='0.13.0-RC1')
)
libraryDependencies += "com.tngtech.jgiven" % "jgiven-gradle-plugin" % "0.13.0-RC1"
[com.tngtech.jgiven/jgiven-gradle-plugin "0.13.0-RC1"]