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