License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-funqy-http |
Version | Version2.10.0.CR1 |
Type | Typejar |
Description |
DescriptionQuarkus - Funqy HTTP - Runtime
HTTP Binding for Quarkus Funqy framework
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-funqy-http/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-funqy-http</artifactId>
<version>2.10.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-funqy-http/
implementation 'io.quarkus:quarkus-funqy-http:2.10.0.CR1'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-funqy-http/
implementation ("io.quarkus:quarkus-funqy-http:2.10.0.CR1")
'io.quarkus:quarkus-funqy-http:jar:2.10.0.CR1'
<dependency org="io.quarkus" name="quarkus-funqy-http" rev="2.10.0.CR1">
<artifact name="quarkus-funqy-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-funqy-http', version='2.10.0.CR1')
)
libraryDependencies += "io.quarkus" % "quarkus-funqy-http" % "2.10.0.CR1"
[io.quarkus/quarkus-funqy-http "2.10.0.CR1"]
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.10.0.CR1 |