is not current version
Last Version 4.1.9

io.quarkus.http:quarkus-http-parent 3.0.4.Final

Undertow

Categories

Categories

Quarkus Container Microservices
GroupId

GroupId

io.quarkus.http
ArtifactId

ArtifactId

quarkus-http-parent
Version

Version

3.0.4.Final
Type

Type

pom

Download quarkus-http-parent 3.0.4.Final


<!-- https://jarcasting.com/artifacts/io.quarkus.http/quarkus-http-parent/ -->
<dependency>
    <groupId>io.quarkus.http</groupId>
    <artifactId>quarkus-http-parent</artifactId>
    <version>3.0.4.Final</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus.http/quarkus-http-parent/
implementation 'io.quarkus.http:quarkus-http-parent:3.0.4.Final'
// https://jarcasting.com/artifacts/io.quarkus.http/quarkus-http-parent/
implementation ("io.quarkus.http:quarkus-http-parent:3.0.4.Final")
'io.quarkus.http:quarkus-http-parent:pom:3.0.4.Final'
<dependency org="io.quarkus.http" name="quarkus-http-parent" rev="3.0.4.Final">
  <artifact name="quarkus-http-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkus.http', module='quarkus-http-parent', version='3.0.4.Final')
)
libraryDependencies += "io.quarkus.http" % "quarkus-http-parent" % "3.0.4.Final"
[io.quarkus.http/quarkus-http-parent "3.0.4.Final"]