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