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