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 GUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdinfo.cukes |
ArtifactId | ArtifactIdcucumber-guice |
Last Version | Last Version1.2.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCucumber-JVM: Guice
Common configuration for all Cucumber modules
|
Filename | Size |
---|---|
cucumber-guice-1.2.6.pom | |
cucumber-guice-1.2.6.jar | 4 KB |
cucumber-guice-1.2.6-sources.jar | 2 KB |
cucumber-guice-1.2.6-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/info.cukes/cucumber-guice/ -->
<dependency>
<groupId>info.cukes</groupId>
<artifactId>cucumber-guice</artifactId>
<version>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/info.cukes/cucumber-guice/
implementation 'info.cukes:cucumber-guice:1.2.6'
// https://jarcasting.com/artifacts/info.cukes/cucumber-guice/
implementation ("info.cukes:cucumber-guice:1.2.6")
'info.cukes:cucumber-guice:jar:1.2.6'
<dependency org="info.cukes" name="cucumber-guice" rev="1.2.6">
<artifact name="cucumber-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.cukes', module='cucumber-guice', version='1.2.6')
)
libraryDependencies += "info.cukes" % "cucumber-guice" % "1.2.6"
[info.cukes/cucumber-guice "1.2.6"]
Parent pom.xml
for all Cucumber Java modules. This configures plugins used in all modules, simplifying the amount of boilerplate XML.