Categories |
CategoriesCucumber Application Testing & Monitoring |
---|---|
GroupId | GroupIdcom.github.smallcreep.cucumber |
ArtifactId | ArtifactIdtest-steps |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
test-steps-0.2.0.pom | |
test-steps-0.2.0.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.smallcreep.cucumber/test-steps/ -->
<dependency>
<groupId>com.github.smallcreep.cucumber</groupId>
<artifactId>test-steps</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.smallcreep.cucumber/test-steps/
implementation 'com.github.smallcreep.cucumber:test-steps:0.2.0'
// https://jarcasting.com/artifacts/com.github.smallcreep.cucumber/test-steps/
implementation ("com.github.smallcreep.cucumber:test-steps:0.2.0")
'com.github.smallcreep.cucumber:test-steps:jar:0.2.0'
<dependency org="com.github.smallcreep.cucumber" name="test-steps" rev="0.2.0">
<artifact name="test-steps" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.smallcreep.cucumber', module='test-steps', version='0.2.0')
)
libraryDependencies += "com.github.smallcreep.cucumber" % "test-steps" % "0.2.0"
[com.github.smallcreep.cucumber/test-steps "0.2.0"]