| License |
License |
|---|---|
| Categories |
CategoriesQuarkus Container Microservices Google Cloud PaaS Providers |
| GroupId | GroupIdio.quarkus |
| ArtifactId | ArtifactIdquarkus-google-cloud-functions-http |
| Version | Version2.1.2.Final |
| Type | Typejar |
| Description |
DescriptionQuarkus - HTTP Google Cloud Functions - Runtime
Write Google Cloud functions with HTTP endpoints
|
| Project Organization |
Project Organization |
<!-- 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.1.2.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-google-cloud-functions-http/
implementation 'io.quarkus:quarkus-google-cloud-functions-http:2.1.2.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-google-cloud-functions-http/
implementation ("io.quarkus:quarkus-google-cloud-functions-http:2.1.2.Final")
'io.quarkus:quarkus-google-cloud-functions-http:jar:2.1.2.Final'
<dependency org="io.quarkus" name="quarkus-google-cloud-functions-http" rev="2.1.2.Final">
<artifact name="quarkus-google-cloud-functions-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-google-cloud-functions-http', version='2.1.2.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-google-cloud-functions-http" % "2.1.2.Final"
[io.quarkus/quarkus-google-cloud-functions-http "2.1.2.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 |