Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIddev.snowdrop |
ArtifactId | ArtifactIdvertx-spring-boot-parent |
Version | Version0.0.4 |
Type | Typepom |
Filename | Size |
---|---|
vertx-spring-boot-parent-0.0.4.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>0.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.snowdrop/vertx-spring-boot-parent/
implementation 'dev.snowdrop:vertx-spring-boot-parent:0.0.4'
// https://jarcasting.com/artifacts/dev.snowdrop/vertx-spring-boot-parent/
implementation ("dev.snowdrop:vertx-spring-boot-parent:0.0.4")
'dev.snowdrop:vertx-spring-boot-parent:pom:0.0.4'
<dependency org="dev.snowdrop" name="vertx-spring-boot-parent" rev="0.0.4">
<artifact name="vertx-spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.snowdrop', module='vertx-spring-boot-parent', version='0.0.4')
)
libraryDependencies += "dev.snowdrop" % "vertx-spring-boot-parent" % "0.0.4"
[dev.snowdrop/vertx-spring-boot-parent "0.0.4"]