Categories |
CategoriesCucumber Application Testing & Monitoring |
---|---|
GroupId | GroupIdinfo.cukes |
ArtifactId | ArtifactIdcucumber-weld |
Version | Version1.0.0.RC14 |
Type | Typejar |
Filename | Size |
---|---|
cucumber-weld-1.0.0.RC14.pom | |
cucumber-weld-1.0.0.RC14.jar | 2 KB |
cucumber-weld-1.0.0.RC14-sources.jar | 1 KB |
cucumber-weld-1.0.0.RC14-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/info.cukes/cucumber-weld/ -->
<dependency>
<groupId>info.cukes</groupId>
<artifactId>cucumber-weld</artifactId>
<version>1.0.0.RC14</version>
</dependency>
// https://jarcasting.com/artifacts/info.cukes/cucumber-weld/
implementation 'info.cukes:cucumber-weld:1.0.0.RC14'
// https://jarcasting.com/artifacts/info.cukes/cucumber-weld/
implementation ("info.cukes:cucumber-weld:1.0.0.RC14")
'info.cukes:cucumber-weld:jar:1.0.0.RC14'
<dependency org="info.cukes" name="cucumber-weld" rev="1.0.0.RC14">
<artifact name="cucumber-weld" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.cukes', module='cucumber-weld', version='1.0.0.RC14')
)
libraryDependencies += "info.cukes" % "cucumber-weld" % "1.0.0.RC14"
[info.cukes/cucumber-weld "1.0.0.RC14"]