文件下载
文件名 操作
php-checks-3.38.0.12239.jar 下载
php-checks-3.38.0.12239.pom 下载
php-checks-3.38.0.12239-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.sonarsource.php</groupId>
  <artifactId>php-checks</artifactId>
  <version>3.38.0.12239</version>
</dependency>
Gradle Groovy
implementation 'org.sonarsource.php:php-checks:3.38.0.12239'
Gradle Kotlin
implementation("org.sonarsource.php:php-checks:3.38.0.12239")
Scala SBT
libraryDependencies += "org.sonarsource.php" % "php-checks" % "3.38.0.12239"
Groovy Grape
@Grapes(
  @Grab(group='org.sonarsource.php', module='php-checks', version='3.38.0.12239')
)
Apache Ivy
<dependency org="org.sonarsource.php" name="php-checks" rev="3.38.0.12239" />
Leiningen
[org.sonarsource.php/php-checks "3.38.0.12239"]
Apache Buildr
'org.sonarsource.php:php-checks:jar:3.38.0.12239'