License |
License |
---|---|
Categories |
CategoriesCucumber Application Testing & Monitoring |
GroupId | GroupIdcom.github.kevbradwick |
ArtifactId | ArtifactIdcucumber-selenium-archetype |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncucumber-selenium-archetype
A Maven archetype for creating a Cucumber project with Selenium support
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.kevbradwick/cucumber-selenium-archetype/ -->
<dependency>
<groupId>com.github.kevbradwick</groupId>
<artifactId>cucumber-selenium-archetype</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kevbradwick/cucumber-selenium-archetype/
implementation 'com.github.kevbradwick:cucumber-selenium-archetype:1.0.1'
// https://jarcasting.com/artifacts/com.github.kevbradwick/cucumber-selenium-archetype/
implementation ("com.github.kevbradwick:cucumber-selenium-archetype:1.0.1")
'com.github.kevbradwick:cucumber-selenium-archetype:jar:1.0.1'
<dependency org="com.github.kevbradwick" name="cucumber-selenium-archetype" rev="1.0.1">
<artifact name="cucumber-selenium-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kevbradwick', module='cucumber-selenium-archetype', version='1.0.1')
)
libraryDependencies += "com.github.kevbradwick" % "cucumber-selenium-archetype" % "1.0.1"
[com.github.kevbradwick/cucumber-selenium-archetype "1.0.1"]