| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices Cucumber Application Testing & Monitoring |
| GroupId | GroupIdcom.artnaseef |
| ArtifactId | ArtifactIdcucumber-spring-boot |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCucumber + Spring Boot
Cucumber classes which enable the Cucumber engine to run within a Spring Boot Application.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| cucumber-spring-boot-1.0.0.pom | |
| cucumber-spring-boot-1.0.0.jar | 17 KB |
| cucumber-spring-boot-1.0.0-sources.jar | 13 KB |
| cucumber-spring-boot-1.0.0-javadoc.jar | 77 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.artnaseef/cucumber-spring-boot/ -->
<dependency>
<groupId>com.artnaseef</groupId>
<artifactId>cucumber-spring-boot</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.artnaseef/cucumber-spring-boot/
implementation 'com.artnaseef:cucumber-spring-boot:1.0.0'
// https://jarcasting.com/artifacts/com.artnaseef/cucumber-spring-boot/
implementation ("com.artnaseef:cucumber-spring-boot:1.0.0")
'com.artnaseef:cucumber-spring-boot:jar:1.0.0'
<dependency org="com.artnaseef" name="cucumber-spring-boot" rev="1.0.0">
<artifact name="cucumber-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.artnaseef', module='cucumber-spring-boot', version='1.0.0')
)
libraryDependencies += "com.artnaseef" % "cucumber-spring-boot" % "1.0.0"
[com.artnaseef/cucumber-spring-boot "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| info.cukes : cucumber-core | jar | 1.2.5 |
| org.slf4j : slf4j-api | jar | 1.7.9 |