is not current version
Last Version 1.3.0

com.dinstone.vertx:vertx-spring-boot-starter 1.2.0

vertx starter project for spring boot

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.dinstone.vertx
ArtifactId

ArtifactId

vertx-spring-boot-starter
Version

Version

1.2.0
Type

Type

jar

Download vertx-spring-boot-starter 1.2.0


<!-- 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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.dinstone.vertx/vertx-spring-boot-starter/
implementation 'com.dinstone.vertx:vertx-spring-boot-starter:1.2.0'
// https://jarcasting.com/artifacts/com.dinstone.vertx/vertx-spring-boot-starter/
implementation ("com.dinstone.vertx:vertx-spring-boot-starter:1.2.0")
'com.dinstone.vertx:vertx-spring-boot-starter:jar:1.2.0'
<dependency org="com.dinstone.vertx" name="vertx-spring-boot-starter" rev="1.2.0">
  <artifact name="vertx-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dinstone.vertx', module='vertx-spring-boot-starter', version='1.2.0')
)
libraryDependencies += "com.dinstone.vertx" % "vertx-spring-boot-starter" % "1.2.0"
[com.dinstone.vertx/vertx-spring-boot-starter "1.2.0"]