Open source platform for continuous inspection of code quality, providing APIs for building SonarQube plugins.
<dependency>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-plugin-api</artifactId>
<version>5.0.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Defines a minimal SonarQube plugin by extending SonarPlugin.
Use the API version matching your SonarQube server version.
No dependency data recorded yet.