| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdcom.dinstone.vertx |
| ArtifactId | ArtifactIdvertx-spring-boot-starter |
| Last Version | Last Version1.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionvertx-spring-boot-starter
vertx starter project for spring boot
|
| Project Organization |
Project Organizationdinstone |
<!-- https://jarcasting.com/artifacts/com.dinstone.vertx/vertx-spring-boot-starter/ -->
<dependency>
<groupId>com.dinstone.vertx</groupId>
<artifactId>vertx-spring-boot-starter</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.dinstone.vertx/vertx-spring-boot-starter/
implementation 'com.dinstone.vertx:vertx-spring-boot-starter:1.3.0'
// https://jarcasting.com/artifacts/com.dinstone.vertx/vertx-spring-boot-starter/
implementation ("com.dinstone.vertx:vertx-spring-boot-starter:1.3.0")
'com.dinstone.vertx:vertx-spring-boot-starter:jar:1.3.0'
<dependency org="com.dinstone.vertx" name="vertx-spring-boot-starter" rev="1.3.0">
<artifact name="vertx-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dinstone.vertx', module='vertx-spring-boot-starter', version='1.3.0')
)
libraryDependencies += "com.dinstone.vertx" % "vertx-spring-boot-starter" % "1.3.0"
[com.dinstone.vertx/vertx-spring-boot-starter "1.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
| org.springframework.boot : spring-boot | jar | |
| org.springframework.boot : spring-boot-autoconfigure | jar | |
| org.slf4j : slf4j-api | jar | |
| javax.annotation : jsr250-api | jar | 1.0 |
| io.vertx : vertx-web | jar | 4.2.4 |