| Categories |
CategoriesQuarkus Container Microservices |
|---|---|
| GroupId | GroupIdio.quarkus.http |
| ArtifactId | ArtifactIdquarkus-http-parent |
| Version | Version3.0.5.Final |
| Type | Typepom |
| Filename | Size |
|---|---|
| quarkus-http-parent-3.0.5.Final.pom | 27 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.quarkus.http/quarkus-http-parent/ -->
<dependency>
<groupId>io.quarkus.http</groupId>
<artifactId>quarkus-http-parent</artifactId>
<version>3.0.5.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.5.Final'
// https://jarcasting.com/artifacts/io.quarkus.http/quarkus-http-parent/
implementation ("io.quarkus.http:quarkus-http-parent:3.0.5.Final")
'io.quarkus.http:quarkus-http-parent:pom:3.0.5.Final'
<dependency org="io.quarkus.http" name="quarkus-http-parent" rev="3.0.5.Final">
<artifact name="quarkus-http-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkus.http', module='quarkus-http-parent', version='3.0.5.Final')
)
libraryDependencies += "io.quarkus.http" % "quarkus-http-parent" % "3.0.5.Final"
[io.quarkus.http/quarkus-http-parent "3.0.5.Final"]