GroupId | GroupIdcom.google.cloud.artifactregistry |
---|---|
ArtifactId | ArtifactIdartifactregistry-auth-common |
Version | Version2.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.google.cloud.artifactregistry/artifactregistry-auth-common/ -->
<dependency>
<groupId>com.google.cloud.artifactregistry</groupId>
<artifactId>artifactregistry-auth-common</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud.artifactregistry/artifactregistry-auth-common/
implementation 'com.google.cloud.artifactregistry:artifactregistry-auth-common:2.1.0'
// https://jarcasting.com/artifacts/com.google.cloud.artifactregistry/artifactregistry-auth-common/
implementation ("com.google.cloud.artifactregistry:artifactregistry-auth-common:2.1.0")
'com.google.cloud.artifactregistry:artifactregistry-auth-common:jar:2.1.0'
<dependency org="com.google.cloud.artifactregistry" name="artifactregistry-auth-common" rev="2.1.0">
<artifact name="artifactregistry-auth-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud.artifactregistry', module='artifactregistry-auth-common', version='2.1.0')
)
libraryDependencies += "com.google.cloud.artifactregistry" % "artifactregistry-auth-common" % "2.1.0"
[com.google.cloud.artifactregistry/artifactregistry-auth-common "2.1.0"]