q

quarkus-http-parent

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