Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdtech.iooo.boot |
ArtifactId | ArtifactIdiooo-spring-boot-vertx-starter |
Version | Version1.1.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/tech.iooo.boot/iooo-spring-boot-vertx-starter/ -->
<dependency>
<groupId>tech.iooo.boot</groupId>
<artifactId>iooo-spring-boot-vertx-starter</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/tech.iooo.boot/iooo-spring-boot-vertx-starter/
implementation 'tech.iooo.boot:iooo-spring-boot-vertx-starter:1.1.4'
// https://jarcasting.com/artifacts/tech.iooo.boot/iooo-spring-boot-vertx-starter/
implementation ("tech.iooo.boot:iooo-spring-boot-vertx-starter:1.1.4")
'tech.iooo.boot:iooo-spring-boot-vertx-starter:jar:1.1.4'
<dependency org="tech.iooo.boot" name="iooo-spring-boot-vertx-starter" rev="1.1.4">
<artifact name="iooo-spring-boot-vertx-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.iooo.boot', module='iooo-spring-boot-vertx-starter', version='1.1.4')
)
libraryDependencies += "tech.iooo.boot" % "iooo-spring-boot-vertx-starter" % "1.1.4"
[tech.iooo.boot/iooo-spring-boot-vertx-starter "1.1.4"]