q

quarkus-http-parent

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