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