License |
License |
---|---|
GroupId | GroupIdlv.ctco.cukes |
ArtifactId | ArtifactIdcukes-rabbitmq-sample |
Last Version | Last Version1.0.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCukes RabbitMQ Sample Project
Cukes takes simplicity of Cucumber and provides bindings for HTTP specification.
As a sugar on top, cukes adds steps for storing and using request/response content from
a file system, variable support in .features, context inflation in all steps and resources
and a custom plug-in system to allow users to add additional project specific content.
|
<!-- https://jarcasting.com/artifacts/lv.ctco.cukes/cukes-rabbitmq-sample/ -->
<dependency>
<groupId>lv.ctco.cukes</groupId>
<artifactId>cukes-rabbitmq-sample</artifactId>
<version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/lv.ctco.cukes/cukes-rabbitmq-sample/
implementation 'lv.ctco.cukes:cukes-rabbitmq-sample:1.0.10'
// https://jarcasting.com/artifacts/lv.ctco.cukes/cukes-rabbitmq-sample/
implementation ("lv.ctco.cukes:cukes-rabbitmq-sample:1.0.10")
'lv.ctco.cukes:cukes-rabbitmq-sample:jar:1.0.10'
<dependency org="lv.ctco.cukes" name="cukes-rabbitmq-sample" rev="1.0.10">
<artifact name="cukes-rabbitmq-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='lv.ctco.cukes', module='cukes-rabbitmq-sample', version='1.0.10')
)
libraryDependencies += "lv.ctco.cukes" % "cukes-rabbitmq-sample" % "1.0.10"
[lv.ctco.cukes/cukes-rabbitmq-sample "1.0.10"]
Group / Artifact | Type | Version |
---|---|---|
lv.ctco.cukes : cukes-rabbitmq | jar | 1.0.10 |
org.springframework.boot : spring-boot-starter-web | jar | 1.5.22.RELEASE |
org.springframework.boot : spring-boot-starter-amqp | jar | 1.5.22.RELEASE |
org.projectlombok : lombok | jar | 1.18.12 |
org.apache.qpid : qpid-broker | jar | 6.1.5 |