| Categories |
CategoriesCucumber Application Testing & Monitoring |
|---|---|
| GroupId | GroupIdcom.github.mpinardi |
| ArtifactId | ArtifactIdcucumber-perf |
| Version | Version1.3.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cucumber-perf-1.3.1.pom | |
| cucumber-perf-1.3.1.jar | 174 KB |
| cucumber-perf-1.3.1-sources.jar | 67 KB |
| cucumber-perf-1.3.1-javadoc.jar | 352 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mpinardi/cucumber-perf/ -->
<dependency>
<groupId>com.github.mpinardi</groupId>
<artifactId>cucumber-perf</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mpinardi/cucumber-perf/
implementation 'com.github.mpinardi:cucumber-perf:1.3.1'
// https://jarcasting.com/artifacts/com.github.mpinardi/cucumber-perf/
implementation ("com.github.mpinardi:cucumber-perf:1.3.1")
'com.github.mpinardi:cucumber-perf:jar:1.3.1'
<dependency org="com.github.mpinardi" name="cucumber-perf" rev="1.3.1">
<artifact name="cucumber-perf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mpinardi', module='cucumber-perf', version='1.3.1')
)
libraryDependencies += "com.github.mpinardi" % "cucumber-perf" % "1.3.1"
[com.github.mpinardi/cucumber-perf "1.3.1"]