nhojpatrick Cucumber
Building
See BUILDING.md.
License |
License |
---|---|
Categories |
CategoriesCucumber Application Testing & Monitoring |
GroupId | GroupIdcom.github.nhojpatrick.cucumber |
ArtifactId | ArtifactIdnhojpatrick-cucumber |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCucumber extensions
Cucumber extensions project
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
nhojpatrick-cucumber-1.0.0.pom | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nhojpatrick.cucumber/nhojpatrick-cucumber/ -->
<dependency>
<groupId>com.github.nhojpatrick.cucumber</groupId>
<artifactId>nhojpatrick-cucumber</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nhojpatrick.cucumber/nhojpatrick-cucumber/
implementation 'com.github.nhojpatrick.cucumber:nhojpatrick-cucumber:1.0.0'
// https://jarcasting.com/artifacts/com.github.nhojpatrick.cucumber/nhojpatrick-cucumber/
implementation ("com.github.nhojpatrick.cucumber:nhojpatrick-cucumber:1.0.0")
'com.github.nhojpatrick.cucumber:nhojpatrick-cucumber:pom:1.0.0'
<dependency org="com.github.nhojpatrick.cucumber" name="nhojpatrick-cucumber" rev="1.0.0">
<artifact name="nhojpatrick-cucumber" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nhojpatrick.cucumber', module='nhojpatrick-cucumber', version='1.0.0')
)
libraryDependencies += "com.github.nhojpatrick.cucumber" % "nhojpatrick-cucumber" % "1.0.0"
[com.github.nhojpatrick.cucumber/nhojpatrick-cucumber "1.0.0"]
See BUILDING.md.