p

php-custom-rules

PHP Custom Rules Example for SonarQube
GNU LGPL v3
Files download
File Operation
php-custom-rules-3.32.0.10180.jar download
php-custom-rules-3.32.0.10180.pom download
php-custom-rules-3.32.0.10180-sources.jar download
Apache Maven
<dependency>
  <groupId>org.sonarsource.php</groupId>
  <artifactId>php-custom-rules</artifactId>
  <version>3.32.0.10180</version>
  <type>sonar-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.sonarsource.php:php-custom-rules:3.32.0.10180'
Gradle Kotlin
implementation("org.sonarsource.php:php-custom-rules:3.32.0.10180")
Scala SBT
libraryDependencies += "org.sonarsource.php" % "php-custom-rules" % "3.32.0.10180"
Groovy Grape
@Grapes(
  @Grab(group='org.sonarsource.php', module='php-custom-rules', version='3.32.0.10180')
)
Apache Ivy
<dependency org="org.sonarsource.php" name="php-custom-rules" rev="3.32.0.10180" />
Leiningen
[org.sonarsource.php/php-custom-rules "3.32.0.10180"]
Apache Buildr
'org.sonarsource.php:php-custom-rules:jar:3.32.0.10180'