p

php-custom-rules

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