Files download
File Operation
google-cloud-artifact-registry-bom-0.3.1.pom download
Apache Maven
<dependency>
  <groupId>com.google.cloud</groupId>
  <artifactId>google-cloud-artifact-registry-bom</artifactId>
  <version>0.3.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.google.cloud:google-cloud-artifact-registry-bom:0.3.1'
Gradle Kotlin
implementation("com.google.cloud:google-cloud-artifact-registry-bom:0.3.1")
Scala SBT
libraryDependencies += "com.google.cloud" % "google-cloud-artifact-registry-bom" % "0.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.google.cloud', module='google-cloud-artifact-registry-bom', version='0.3.1')
)
Apache Ivy
<dependency org="com.google.cloud" name="google-cloud-artifact-registry-bom" rev="0.3.1" />
Leiningen
[com.google.cloud/google-cloud-artifact-registry-bom "0.3.1"]
Apache Buildr
'com.google.cloud:google-cloud-artifact-registry-bom:jar:0.3.1'