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