License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-vertx-runtime |
Version | Version0.12.0 |
Type | Typejar |
Description |
DescriptionQuarkus - Vert.x - Runtime
Build parent to bring in required dependencies
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-vertx-runtime/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-vertx-runtime</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-vertx-runtime/
implementation 'io.quarkus:quarkus-vertx-runtime:0.12.0'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-vertx-runtime/
implementation ("io.quarkus:quarkus-vertx-runtime:0.12.0")
'io.quarkus:quarkus-vertx-runtime:jar:0.12.0'
<dependency org="io.quarkus" name="quarkus-vertx-runtime" rev="0.12.0">
<artifact name="quarkus-vertx-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-vertx-runtime', version='0.12.0')
)
libraryDependencies += "io.quarkus" % "quarkus-vertx-runtime" % "0.12.0"
[io.quarkus/quarkus-vertx-runtime "0.12.0"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-core-runtime | jar | 0.12.0 |
io.quarkus : quarkus-arc-runtime | jar | 0.12.0 |
io.quarkus : quarkus-netty-runtime | jar | 0.12.0 |
io.smallrye.reactive : smallrye-axle-generator | jar | |
io.smallrye.reactive : smallrye-axle-core | jar | |
io.vertx : vertx-rx-java2 | jar | |
com.oracle.substratevm : svm | jar | |
com.fasterxml.jackson.core : jackson-databind | jar |
Group / Artifact | Type | Version |
---|---|---|
org.jboss.spec.javax.ws.rs : jboss-jaxrs-api_2.1_spec | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar |