GroupId | GroupIdorg.sonarsource.php |
---|---|
ArtifactId | ArtifactIdphp-checks |
Version | Version2.9.2.1744 |
Type | Typejar |
Filename | Size |
---|---|
php-checks-2.9.2.1744.pom | |
php-checks-2.9.2.1744.jar | 363 KB |
php-checks-2.9.2.1744-sources.jar | 300 KB |
php-checks-2.9.2.1744-javadoc.jar | 930 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonarsource.php/php-checks/ -->
<dependency>
<groupId>org.sonarsource.php</groupId>
<artifactId>php-checks</artifactId>
<version>2.9.2.1744</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonarsource.php/php-checks/
implementation 'org.sonarsource.php:php-checks:2.9.2.1744'
// https://jarcasting.com/artifacts/org.sonarsource.php/php-checks/
implementation ("org.sonarsource.php:php-checks:2.9.2.1744")
'org.sonarsource.php:php-checks:jar:2.9.2.1744'
<dependency org="org.sonarsource.php" name="php-checks" rev="2.9.2.1744">
<artifact name="php-checks" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonarsource.php', module='php-checks', version='2.9.2.1744')
)
libraryDependencies += "org.sonarsource.php" % "php-checks" % "2.9.2.1744"
[org.sonarsource.php/php-checks "2.9.2.1744"]