License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices Google Cloud PaaS Providers |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-google-cloud-functions-http |
Version | Version2.10.0.Final |
Type | Typejar |
Description |
DescriptionQuarkus - HTTP Google Cloud Functions - Runtime
Write Google Cloud functions with HTTP endpoints
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-google-cloud-functions-http/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-google-cloud-functions-http</artifactId>
<version>2.10.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-google-cloud-functions-http/
implementation 'io.quarkus:quarkus-google-cloud-functions-http:2.10.0.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-google-cloud-functions-http/
implementation ("io.quarkus:quarkus-google-cloud-functions-http:2.10.0.Final")
'io.quarkus:quarkus-google-cloud-functions-http:jar:2.10.0.Final'
<dependency org="io.quarkus" name="quarkus-google-cloud-functions-http" rev="2.10.0.Final">
<artifact name="quarkus-google-cloud-functions-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-google-cloud-functions-http', version='2.10.0.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-google-cloud-functions-http" % "2.10.0.Final"
[io.quarkus/quarkus-google-cloud-functions-http "2.10.0.Final"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-vertx-http | jar | |
io.quarkus : quarkus-core | jar |
Group / Artifact | Type | Version |
---|---|---|
org.graalvm.nativeimage : svm | jar | |
com.google.cloud.functions : functions-framework-api | jar |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | |
org.junit.jupiter : junit-jupiter-params | jar | |
org.mockito : mockito-core | jar | |
org.mockito : mockito-inline | jar | |
io.quarkus : quarkus-bom | pom | 2.10.0.Final |