File | Operation |
---|---|
google-cloud-artifact-registry-bom-1.51.0.pom | download |
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-artifact-registry-bom</artifactId>
<version>1.51.0</version>
<type>pom</type>
</dependency>
libraryDependencies += "com.google.cloud" % "google-cloud-artifact-registry-bom" % "1.51.0"
@Grapes(
@Grab(group='com.google.cloud', module='google-cloud-artifact-registry-bom', version='1.51.0')
)
<dependency org="com.google.cloud" name="google-cloud-artifact-registry-bom" rev="1.51.0" />
<parent> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-pom-parent</artifactId> <version>1.46.0</version> </parent>