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-core |
Last Version | Last Version1.2.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCucumber-JVM: Core
Common configuration for all Cucumber modules
|
Filename | Size |
---|---|
cucumber-core-1.2.6.pom | |
cucumber-core-1.2.6.jar | 106 KB |
cucumber-core-1.2.6-sources.jar | 53 KB |
cucumber-core-1.2.6-javadoc.jar | 234 KB |
Browse |
<!-- https://jarcasting.com/artifacts/info.cukes/cucumber-core/ -->
<dependency>
<groupId>info.cukes</groupId>
<artifactId>cucumber-core</artifactId>
<version>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/info.cukes/cucumber-core/
implementation 'info.cukes:cucumber-core:1.2.6'
// https://jarcasting.com/artifacts/info.cukes/cucumber-core/
implementation ("info.cukes:cucumber-core:1.2.6")
'info.cukes:cucumber-core:jar:1.2.6'
<dependency org="info.cukes" name="cucumber-core" rev="1.2.6">
<artifact name="cucumber-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.cukes', module='cucumber-core', version='1.2.6')
)
libraryDependencies += "info.cukes" % "cucumber-core" % "1.2.6"
[info.cukes/cucumber-core "1.2.6"]
Parent pom.xml
for all Cucumber Java modules. This configures plugins used in all modules, simplifying the amount of boilerplate XML.