| License |
License |
|---|---|
| Categories |
CategoriesQuarkus Container Microservices |
| GroupId | GroupIdio.quarkus |
| ArtifactId | ArtifactIdquarkus-funqy-http |
| Version | Version2.7.3.Final |
| Type | Typejar |
| Description |
DescriptionQuarkus - Funqy HTTP - Runtime
HTTP Binding for Quarkus Funqy framework
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-funqy-http/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-funqy-http</artifactId>
<version>2.7.3.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-funqy-http/
implementation 'io.quarkus:quarkus-funqy-http:2.7.3.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-funqy-http/
implementation ("io.quarkus:quarkus-funqy-http:2.7.3.Final")
'io.quarkus:quarkus-funqy-http:jar:2.7.3.Final'
<dependency org="io.quarkus" name="quarkus-funqy-http" rev="2.7.3.Final">
<artifact name="quarkus-funqy-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-funqy-http', version='2.7.3.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-funqy-http" % "2.7.3.Final"
[io.quarkus/quarkus-funqy-http "2.7.3.Final"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.quarkus : quarkus-vertx-http | jar | |
| io.quarkus : quarkus-funqy-server-common | jar | |
| io.quarkus : quarkus-jackson | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| io.quarkus : quarkus-bom | pom | 2.7.3.Final |