License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkus.http |
ArtifactId | ArtifactIdquarkus-http-parent |
Last Version | Last Version4.1.9 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionQuarkus HTTP
Quarkus HTTP
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
quarkus-http-parent-4.1.9.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>4.1.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus.http/quarkus-http-parent/
implementation 'io.quarkus.http:quarkus-http-parent:4.1.9'
// https://jarcasting.com/artifacts/io.quarkus.http/quarkus-http-parent/
implementation ("io.quarkus.http:quarkus-http-parent:4.1.9")
'io.quarkus.http:quarkus-http-parent:pom:4.1.9'
<dependency org="io.quarkus.http" name="quarkus-http-parent" rev="4.1.9">
<artifact name="quarkus-http-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkus.http', module='quarkus-http-parent', version='4.1.9')
)
libraryDependencies += "io.quarkus.http" % "quarkus-http-parent" % "4.1.9"
[io.quarkus.http/quarkus-http-parent "4.1.9"]