| License |
License |
|---|---|
| Categories |
CategoriesCucumber Application Testing & Monitoring Data |
| GroupId | GroupIdcom.efluid.oss |
| ArtifactId | ArtifactIddatagate-app-cucumber |
| Version | Version1.0.0-beta-1 |
| Type | Typejar |
| Description |
DescriptionCucumber tests on datagate
Here are managed all the cucumber testing stack + tests for datagate
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| datagate-app-cucumber-1.0.0-beta-1.pom | |
| datagate-app-cucumber-1.0.0-beta-1.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.efluid.oss/datagate-app-cucumber/ -->
<dependency>
<groupId>com.efluid.oss</groupId>
<artifactId>datagate-app-cucumber</artifactId>
<version>1.0.0-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.efluid.oss/datagate-app-cucumber/
implementation 'com.efluid.oss:datagate-app-cucumber:1.0.0-beta-1'
// https://jarcasting.com/artifacts/com.efluid.oss/datagate-app-cucumber/
implementation ("com.efluid.oss:datagate-app-cucumber:1.0.0-beta-1")
'com.efluid.oss:datagate-app-cucumber:jar:1.0.0-beta-1'
<dependency org="com.efluid.oss" name="datagate-app-cucumber" rev="1.0.0-beta-1">
<artifact name="datagate-app-cucumber" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.efluid.oss', module='datagate-app-cucumber', version='1.0.0-beta-1')
)
libraryDependencies += "com.efluid.oss" % "datagate-app-cucumber" % "1.0.0-beta-1"
[com.efluid.oss/datagate-app-cucumber "1.0.0-beta-1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.efluid.oss : datagate-app | jar | 1.0.0-beta-1 |
| junit : junit | jar | 4.12 |
| org.springframework.boot : spring-boot-starter-test | jar | 2.1.0.RELEASE |
| info.cukes : cucumber-java | jar | 1.2.4 |
| info.cukes : cucumber-junit | jar | 1.2.4 |
| info.cukes : cucumber-spring | jar | 1.2.4 |