GroupId | GroupIdorg.sonarsource.update-center |
---|---|
ArtifactId | ArtifactIdsonar-update-center-common |
Version | Version1.21.0.561 |
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.21.0.561</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonarsource.update-center/sonar-update-center-common/
implementation 'org.sonarsource.update-center:sonar-update-center-common:1.21.0.561'
// https://jarcasting.com/artifacts/org.sonarsource.update-center/sonar-update-center-common/
implementation ("org.sonarsource.update-center:sonar-update-center-common:1.21.0.561")
'org.sonarsource.update-center:sonar-update-center-common:jar:1.21.0.561'
<dependency org="org.sonarsource.update-center" name="sonar-update-center-common" rev="1.21.0.561">
<artifact name="sonar-update-center-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonarsource.update-center', module='sonar-update-center-common', version='1.21.0.561')
)
libraryDependencies += "org.sonarsource.update-center" % "sonar-update-center-common" % "1.21.0.561"
[org.sonarsource.update-center/sonar-update-center-common "1.21.0.561"]