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