| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGoogle Cloud Контейнер PaaS Providers |
| Группа | Группаcom.google.cloud |
| Идентификатор | Идентификаторgoogle-cloud-artifact-registry |
| Последняя версия | Последняя версия1.2.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеGoogle Artifact Registry
provides a single place for your organization to manage container images and language packages (such as Maven and npm). It is fully integrated with Google Cloud's tooling and runtimes and comes with support for native artifact protocols. This makes it simple to integrate it with your CI/CD tooling to set up automated pipelines.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикGoogle LLC |
<!-- https://jarcasting.com/artifacts/com.google.cloud/google-cloud-artifact-registry/ -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-artifact-registry</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud/google-cloud-artifact-registry/
implementation 'com.google.cloud:google-cloud-artifact-registry:1.2.1'
// https://jarcasting.com/artifacts/com.google.cloud/google-cloud-artifact-registry/
implementation ("com.google.cloud:google-cloud-artifact-registry:1.2.1")
'com.google.cloud:google-cloud-artifact-registry:jar:1.2.1'
<dependency org="com.google.cloud" name="google-cloud-artifact-registry" rev="1.2.1">
<artifact name="google-cloud-artifact-registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud', module='google-cloud-artifact-registry', version='1.2.1')
)
libraryDependencies += "com.google.cloud" % "google-cloud-artifact-registry" % "1.2.1"
[com.google.cloud/google-cloud-artifact-registry "1.2.1"]