Categories |
CategoriesQuarkus Container Microservices Google Cloud PaaS Providers |
---|---|
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-google-cloud-functions-http |
Version | Version1.13.0.CR1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-google-cloud-functions-http/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-google-cloud-functions-http</artifactId>
<version>1.13.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-google-cloud-functions-http/
implementation 'io.quarkus:quarkus-google-cloud-functions-http:1.13.0.CR1'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-google-cloud-functions-http/
implementation ("io.quarkus:quarkus-google-cloud-functions-http:1.13.0.CR1")
'io.quarkus:quarkus-google-cloud-functions-http:jar:1.13.0.CR1'
<dependency org="io.quarkus" name="quarkus-google-cloud-functions-http" rev="1.13.0.CR1">
<artifact name="quarkus-google-cloud-functions-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-google-cloud-functions-http', version='1.13.0.CR1')
)
libraryDependencies += "io.quarkus" % "quarkus-google-cloud-functions-http" % "1.13.0.CR1"
[io.quarkus/quarkus-google-cloud-functions-http "1.13.0.CR1"]