is not current version
Last Version 1.2.1

com.google.cloud:google-cloud-artifact-registry 0.1.1

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.

Categories

Categories

Google Cloud Container PaaS Providers
GroupId

GroupId

com.google.cloud
ArtifactId

ArtifactId

google-cloud-artifact-registry
Version

Version

0.1.1
Type

Type

jar

Download google-cloud-artifact-registry 0.1.1


<!-- https://jarcasting.com/artifacts/com.google.cloud/google-cloud-artifact-registry/ -->
<dependency>
    <groupId>com.google.cloud</groupId>
    <artifactId>google-cloud-artifact-registry</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud/google-cloud-artifact-registry/
implementation 'com.google.cloud:google-cloud-artifact-registry:0.1.1'
// https://jarcasting.com/artifacts/com.google.cloud/google-cloud-artifact-registry/
implementation ("com.google.cloud:google-cloud-artifact-registry:0.1.1")
'com.google.cloud:google-cloud-artifact-registry:jar:0.1.1'
<dependency org="com.google.cloud" name="google-cloud-artifact-registry" rev="0.1.1">
  <artifact name="google-cloud-artifact-registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud', module='google-cloud-artifact-registry', version='0.1.1')
)
libraryDependencies += "com.google.cloud" % "google-cloud-artifact-registry" % "0.1.1"
[com.google.cloud/google-cloud-artifact-registry "0.1.1"]