| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIddev.snowdrop |
| ArtifactId | ArtifactIdvertx-spring-boot-sample-amqp |
| Version | Version1.2.2 |
| Type | Typejar |
| Description |
DescriptionSpring Boot starters of different Vert.x components
|
| Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/dev.snowdrop/vertx-spring-boot-sample-amqp/ -->
<dependency>
<groupId>dev.snowdrop</groupId>
<artifactId>vertx-spring-boot-sample-amqp</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/dev.snowdrop/vertx-spring-boot-sample-amqp/
implementation 'dev.snowdrop:vertx-spring-boot-sample-amqp:1.2.2'
// https://jarcasting.com/artifacts/dev.snowdrop/vertx-spring-boot-sample-amqp/
implementation ("dev.snowdrop:vertx-spring-boot-sample-amqp:1.2.2")
'dev.snowdrop:vertx-spring-boot-sample-amqp:jar:1.2.2'
<dependency org="dev.snowdrop" name="vertx-spring-boot-sample-amqp" rev="1.2.2">
<artifact name="vertx-spring-boot-sample-amqp" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.snowdrop', module='vertx-spring-boot-sample-amqp', version='1.2.2')
)
libraryDependencies += "dev.snowdrop" % "vertx-spring-boot-sample-amqp" % "1.2.2"
[dev.snowdrop/vertx-spring-boot-sample-amqp "1.2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| dev.snowdrop : vertx-spring-boot-starter-http | jar | 1.2.2 |
| dev.snowdrop : vertx-spring-boot-starter-amqp | jar | 1.2.2 |
| org.apache.activemq : artemis-amqp-protocol | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| dev.snowdrop : vertx-spring-boot-starter-http-test | jar | 1.2.2 |
| org.awaitility : awaitility | jar | 4.0.3 |