cucumber-parent
Parent pom.xml
for all Cucumber Java modules. This configures plugins used in all modules, simplifying the amount of boilerplate XML.
License |
License |
---|---|
Categories |
CategoriesCucumber Application Testing & Monitoring |
GroupId | GroupIdinfo.cukes |
ArtifactId | ArtifactIdcucumber-rhino |
Last Version | Last Version1.2.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCucumber-JVM: Rhino
Common configuration for all Cucumber modules
|
Filename | Size |
---|---|
cucumber-rhino-1.2.6.pom | |
cucumber-rhino-1.2.6.jar | 6 KB |
cucumber-rhino-1.2.6-sources.jar | 3 KB |
cucumber-rhino-1.2.6-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/info.cukes/cucumber-rhino/ -->
<dependency>
<groupId>info.cukes</groupId>
<artifactId>cucumber-rhino</artifactId>
<version>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/info.cukes/cucumber-rhino/
implementation 'info.cukes:cucumber-rhino:1.2.6'
// https://jarcasting.com/artifacts/info.cukes/cucumber-rhino/
implementation ("info.cukes:cucumber-rhino:1.2.6")
'info.cukes:cucumber-rhino:jar:1.2.6'
<dependency org="info.cukes" name="cucumber-rhino" rev="1.2.6">
<artifact name="cucumber-rhino" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.cukes', module='cucumber-rhino', version='1.2.6')
)
libraryDependencies += "info.cukes" % "cucumber-rhino" % "1.2.6"
[info.cukes/cucumber-rhino "1.2.6"]
Parent pom.xml
for all Cucumber Java modules. This configures plugins used in all modules, simplifying the amount of boilerplate XML.