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