GroupId | GroupIdorg.sonarsource.update-center |
---|---|
ArtifactId | ArtifactIdsonar-update-center-common |
Version | Version1.22.0.644 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.sonarsource.update-center/sonar-update-center-common/ -->
<dependency>
<groupId>org.sonarsource.update-center</groupId>
<artifactId>sonar-update-center-common</artifactId>
<version>1.22.0.644</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonarsource.update-center/sonar-update-center-common/
implementation 'org.sonarsource.update-center:sonar-update-center-common:1.22.0.644'
// https://jarcasting.com/artifacts/org.sonarsource.update-center/sonar-update-center-common/
implementation ("org.sonarsource.update-center:sonar-update-center-common:1.22.0.644")
'org.sonarsource.update-center:sonar-update-center-common:jar:1.22.0.644'
<dependency org="org.sonarsource.update-center" name="sonar-update-center-common" rev="1.22.0.644">
<artifact name="sonar-update-center-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonarsource.update-center', module='sonar-update-center-common', version='1.22.0.644')
)
libraryDependencies += "org.sonarsource.update-center" % "sonar-update-center-common" % "1.22.0.644"
[org.sonarsource.update-center/sonar-update-center-common "1.22.0.644"]