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 |
CategoriesScala Languages Cucumber Application Testing & Monitoring |
GroupId | GroupIdinfo.cukes |
ArtifactId | ArtifactIdcucumber-scala-aggregator |
Last Version | Last Version1.2.6 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCucumber-JVM: Scala Aggregator
Common configuration for all Cucumber modules
|
Filename | Size |
---|---|
cucumber-scala-aggregator-1.2.6.pom | 860 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/info.cukes/cucumber-scala-aggregator/ -->
<dependency>
<groupId>info.cukes</groupId>
<artifactId>cucumber-scala-aggregator</artifactId>
<version>1.2.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/info.cukes/cucumber-scala-aggregator/
implementation 'info.cukes:cucumber-scala-aggregator:1.2.6'
// https://jarcasting.com/artifacts/info.cukes/cucumber-scala-aggregator/
implementation ("info.cukes:cucumber-scala-aggregator:1.2.6")
'info.cukes:cucumber-scala-aggregator:pom:1.2.6'
<dependency org="info.cukes" name="cucumber-scala-aggregator" rev="1.2.6">
<artifact name="cucumber-scala-aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='info.cukes', module='cucumber-scala-aggregator', version='1.2.6')
)
libraryDependencies += "info.cukes" % "cucumber-scala-aggregator" % "1.2.6"
[info.cukes/cucumber-scala-aggregator "1.2.6"]
Parent pom.xml
for all Cucumber Java modules. This configures plugins used in all modules, simplifying the amount of boilerplate XML.