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