q

quarkus-http-parent

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