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