q

quarkus-http-parent

Undertow
Apache License Version 2.0
Files download
File Operation
quarkus-http-parent-3.0.0.Beta1.pom download
Apache Maven
<dependency>
  <groupId>io.quarkus.http</groupId>
  <artifactId>quarkus-http-parent</artifactId>
  <version>3.0.0.Beta1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.quarkus.http:quarkus-http-parent:3.0.0.Beta1'
Gradle Kotlin
implementation("io.quarkus.http:quarkus-http-parent:3.0.0.Beta1")
Scala SBT
libraryDependencies += "io.quarkus.http" % "quarkus-http-parent" % "3.0.0.Beta1"
Groovy Grape
@Grapes(
  @Grab(group='io.quarkus.http', module='quarkus-http-parent', version='3.0.0.Beta1')
)
Apache Ivy
<dependency org="io.quarkus.http" name="quarkus-http-parent" rev="3.0.0.Beta1" />
Leiningen
[io.quarkus.http/quarkus-http-parent "3.0.0.Beta1"]
Apache Buildr
'io.quarkus.http:quarkus-http-parent:jar:3.0.0.Beta1'