License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIddev.snowdrop |
ArtifactId | ArtifactIdvertx-spring-boot-parent |
Last Version | Last Version1.4.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionVert.x Spring Boot - parent
Spring Boot starters of different Vert.x components
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
vertx-spring-boot-parent-1.4.0.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.snowdrop/vertx-spring-boot-parent/ -->
<dependency>
<groupId>dev.snowdrop</groupId>
<artifactId>vertx-spring-boot-parent</artifactId>
<version>1.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.snowdrop/vertx-spring-boot-parent/
implementation 'dev.snowdrop:vertx-spring-boot-parent:1.4.0'
// https://jarcasting.com/artifacts/dev.snowdrop/vertx-spring-boot-parent/
implementation ("dev.snowdrop:vertx-spring-boot-parent:1.4.0")
'dev.snowdrop:vertx-spring-boot-parent:pom:1.4.0'
<dependency org="dev.snowdrop" name="vertx-spring-boot-parent" rev="1.4.0">
<artifact name="vertx-spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.snowdrop', module='vertx-spring-boot-parent', version='1.4.0')
)
libraryDependencies += "dev.snowdrop" % "vertx-spring-boot-parent" % "1.4.0"
[dev.snowdrop/vertx-spring-boot-parent "1.4.0"]