p

php-custom-rules

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