License |
License |
---|---|
Categories |
CategoriesJavaScript Languages Cucumber Application Testing & Monitoring |
GroupId | GroupIdcom.github.the-alchemist |
ArtifactId | ArtifactIdcucumber-nashorn |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionCucumber-JVM: Nashorn
A backend for Cucumber JVM that uses Nashorn instead of Rhino
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cucumber-nashorn-1.0.1.pom | |
cucumber-nashorn-1.0.1.jar | 13 KB |
cucumber-nashorn-1.0.1-sources.jar | 6 KB |
cucumber-nashorn-1.0.1-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.the-alchemist/cucumber-nashorn/ -->
<dependency>
<groupId>com.github.the-alchemist</groupId>
<artifactId>cucumber-nashorn</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.the-alchemist/cucumber-nashorn/
implementation 'com.github.the-alchemist:cucumber-nashorn:1.0.1'
// https://jarcasting.com/artifacts/com.github.the-alchemist/cucumber-nashorn/
implementation ("com.github.the-alchemist:cucumber-nashorn:1.0.1")
'com.github.the-alchemist:cucumber-nashorn:jar:1.0.1'
<dependency org="com.github.the-alchemist" name="cucumber-nashorn" rev="1.0.1">
<artifact name="cucumber-nashorn" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.the-alchemist', module='cucumber-nashorn', version='1.0.1')
)
libraryDependencies += "com.github.the-alchemist" % "cucumber-nashorn" % "1.0.1"
[com.github.the-alchemist/cucumber-nashorn "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
info.cukes : cucumber-junit | jar | 1.2.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |