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