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