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