文件名 | 操作 |
---|---|
sonar-analyzer-commons-parent-1.14.0.681.pom | 下载 |
<dependency>
<groupId>org.sonarsource.analyzer-commons</groupId>
<artifactId>sonar-analyzer-commons-parent</artifactId>
<version>1.14.0.681</version>
<type>pom</type>
</dependency>
implementation 'org.sonarsource.analyzer-commons:sonar-analyzer-commons-parent:1.14.0.681'
implementation("org.sonarsource.analyzer-commons:sonar-analyzer-commons-parent:1.14.0.681")
libraryDependencies += "org.sonarsource.analyzer-commons" % "sonar-analyzer-commons-parent" % "1.14.0.681"
@Grapes(
@Grab(group='org.sonarsource.analyzer-commons', module='sonar-analyzer-commons-parent', version='1.14.0.681')
)
<dependency org="org.sonarsource.analyzer-commons" name="sonar-analyzer-commons-parent" rev="1.14.0.681" />