License |
License |
---|---|
GroupId | GroupIdorg.sonarsource.analyzer-commons |
ArtifactId | ArtifactIdsonar-analyzer-commons-parent |
Last Version | Last Version1.25.0.1003 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSonarSource Analyzers Commons Parent
Logic useful for a language analyser plugin and test
|
Project Organization |
Project OrganizationSonarSource |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sonar-analyzer-commons-parent-1.25.0.1003.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonarsource.analyzer-commons/sonar-analyzer-commons-parent/ -->
<dependency>
<groupId>org.sonarsource.analyzer-commons</groupId>
<artifactId>sonar-analyzer-commons-parent</artifactId>
<version>1.25.0.1003</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonarsource.analyzer-commons/sonar-analyzer-commons-parent/
implementation 'org.sonarsource.analyzer-commons:sonar-analyzer-commons-parent:1.25.0.1003'
// https://jarcasting.com/artifacts/org.sonarsource.analyzer-commons/sonar-analyzer-commons-parent/
implementation ("org.sonarsource.analyzer-commons:sonar-analyzer-commons-parent:1.25.0.1003")
'org.sonarsource.analyzer-commons:sonar-analyzer-commons-parent:pom:1.25.0.1003'
<dependency org="org.sonarsource.analyzer-commons" name="sonar-analyzer-commons-parent" rev="1.25.0.1003">
<artifact name="sonar-analyzer-commons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonarsource.analyzer-commons', module='sonar-analyzer-commons-parent', version='1.25.0.1003')
)
libraryDependencies += "org.sonarsource.analyzer-commons" % "sonar-analyzer-commons-parent" % "1.25.0.1003"
[org.sonarsource.analyzer-commons/sonar-analyzer-commons-parent "1.25.0.1003"]