License |
License |
---|---|
Categories |
CategoriesGoogle Cloud Container PaaS Providers |
GroupId | GroupIdcom.google.cloud |
ArtifactId | ArtifactIdgoogle-cloud-artifact-registry |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGoogle 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.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationGoogle 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"]