| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
|---|---|
| GroupId | GroupIdtech.iooo.boot | 
    
| ArtifactId | ArtifactIdiooo-spring-boot-vertx-starter | 
    
| Version | Version1.0.6.RELEASE | 
        
| 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.0.6.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/tech.iooo.boot/iooo-spring-boot-vertx-starter/
implementation 'tech.iooo.boot:iooo-spring-boot-vertx-starter:1.0.6.RELEASE'
                // https://jarcasting.com/artifacts/tech.iooo.boot/iooo-spring-boot-vertx-starter/
implementation ("tech.iooo.boot:iooo-spring-boot-vertx-starter:1.0.6.RELEASE")
                'tech.iooo.boot:iooo-spring-boot-vertx-starter:jar:1.0.6.RELEASE'
                <dependency org="tech.iooo.boot" name="iooo-spring-boot-vertx-starter" rev="1.0.6.RELEASE">
  <artifact name="iooo-spring-boot-vertx-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='tech.iooo.boot', module='iooo-spring-boot-vertx-starter', version='1.0.6.RELEASE')
)
                libraryDependencies += "tech.iooo.boot" % "iooo-spring-boot-vertx-starter" % "1.0.6.RELEASE"
                [tech.iooo.boot/iooo-spring-boot-vertx-starter "1.0.6.RELEASE"]