| License |
License |
|---|---|
| Categories |
CategoriesCucumber Application Testing & Monitoring |
| GroupId | GroupIdio.cucumber |
| ArtifactId | ArtifactIdcucumber-plugin |
| Last Version | Last Version7.4.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCucumber-JVM: Plugin
Plugin interface for Cucumber-JVM
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| cucumber-plugin-7.4.1.pom | |
| cucumber-plugin-7.4.1.jar | 30 KB |
| cucumber-plugin-7.4.1-sources.jar | 22 KB |
| cucumber-plugin-7.4.1-javadoc.jar | 528 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.cucumber/cucumber-plugin/ -->
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-plugin</artifactId>
<version>7.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.cucumber/cucumber-plugin/
implementation 'io.cucumber:cucumber-plugin:7.4.1'
// https://jarcasting.com/artifacts/io.cucumber/cucumber-plugin/
implementation ("io.cucumber:cucumber-plugin:7.4.1")
'io.cucumber:cucumber-plugin:jar:7.4.1'
<dependency org="io.cucumber" name="cucumber-plugin" rev="7.4.1">
<artifact name="cucumber-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cucumber', module='cucumber-plugin', version='7.4.1')
)
libraryDependencies += "io.cucumber" % "cucumber-plugin" % "7.4.1"
[io.cucumber/cucumber-plugin "7.4.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apiguardian : apiguardian-api | jar | 1.1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar |