| Категории |
КатегорииQuarkus Контейнер Микросервисы Google Cloud PaaS Providers |
|---|---|
| Группа | Группаio.quarkiverse.googlecloudservices |
| Идентификатор | Идентификаторquarkus-google-cloud-spanner-deployment |
| Версия | Версия0.2.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.googlecloudservices/quarkus-google-cloud-spanner-deployment/ -->
<dependency>
<groupId>io.quarkiverse.googlecloudservices</groupId>
<artifactId>quarkus-google-cloud-spanner-deployment</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.googlecloudservices/quarkus-google-cloud-spanner-deployment/
implementation 'io.quarkiverse.googlecloudservices:quarkus-google-cloud-spanner-deployment:0.2.0'
// https://jarcasting.com/artifacts/io.quarkiverse.googlecloudservices/quarkus-google-cloud-spanner-deployment/
implementation ("io.quarkiverse.googlecloudservices:quarkus-google-cloud-spanner-deployment:0.2.0")
'io.quarkiverse.googlecloudservices:quarkus-google-cloud-spanner-deployment:jar:0.2.0'
<dependency org="io.quarkiverse.googlecloudservices" name="quarkus-google-cloud-spanner-deployment" rev="0.2.0">
<artifact name="quarkus-google-cloud-spanner-deployment" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.googlecloudservices', module='quarkus-google-cloud-spanner-deployment', version='0.2.0')
)
libraryDependencies += "io.quarkiverse.googlecloudservices" % "quarkus-google-cloud-spanner-deployment" % "0.2.0"
[io.quarkiverse.googlecloudservices/quarkus-google-cloud-spanner-deployment "0.2.0"]