License |
License |
---|---|
Categories |
CategoriesGradle Build Tools Cucumber Application Testing & Monitoring |
GroupId | GroupIdcom.github.samueltbrown |
ArtifactId | ArtifactIdgradle-cucumber-plugin |
Last Version | Last Version0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongradle-cucumber-plugin
A Gradle plugin to run Cucumber tests
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.samueltbrown/gradle-cucumber-plugin/ -->
<dependency>
<groupId>com.github.samueltbrown</groupId>
<artifactId>gradle-cucumber-plugin</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.samueltbrown/gradle-cucumber-plugin/
implementation 'com.github.samueltbrown:gradle-cucumber-plugin:0.8'
// https://jarcasting.com/artifacts/com.github.samueltbrown/gradle-cucumber-plugin/
implementation ("com.github.samueltbrown:gradle-cucumber-plugin:0.8")
'com.github.samueltbrown:gradle-cucumber-plugin:jar:0.8'
<dependency org="com.github.samueltbrown" name="gradle-cucumber-plugin" rev="0.8">
<artifact name="gradle-cucumber-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.samueltbrown', module='gradle-cucumber-plugin', version='0.8')
)
libraryDependencies += "com.github.samueltbrown" % "gradle-cucumber-plugin" % "0.8"
[com.github.samueltbrown/gradle-cucumber-plugin "0.8"]
Group / Artifact | Type | Version |
---|---|---|
info.cukes : cucumber-core | jar | 1.1.6 |
Group / Artifact | Type | Version |
---|---|---|
info.cukes : cucumber-java | jar | 1.1.6 |
info.cukes : cucumber-junit | jar | 1.1.6 |
junit : junit | jar | 4.11 |
commons-io : commons-io | jar | 2.4 |
org.hamcrest : hamcrest-all | jar | 1.3 |