License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-vertx-web-parent |
Last Version | Last Version2.4.2.Final |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionQuarkus - Vert.x - Web (Relocation only)
Build parent to bring in required dependencies
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
quarkus-vertx-web-parent-2.4.2.Final.pom | 757 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-vertx-web-parent/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-vertx-web-parent</artifactId>
<version>2.4.2.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-vertx-web-parent/
implementation 'io.quarkus:quarkus-vertx-web-parent:2.4.2.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-vertx-web-parent/
implementation ("io.quarkus:quarkus-vertx-web-parent:2.4.2.Final")
'io.quarkus:quarkus-vertx-web-parent:pom:2.4.2.Final'
<dependency org="io.quarkus" name="quarkus-vertx-web-parent" rev="2.4.2.Final">
<artifact name="quarkus-vertx-web-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-vertx-web-parent', version='2.4.2.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-vertx-web-parent" % "2.4.2.Final"
[io.quarkus/quarkus-vertx-web-parent "2.4.2.Final"]