GroupId | GroupIdorg.sonarsource.php |
---|---|
ArtifactId | ArtifactIdphp-checks |
Version | Version3.0.0.4537 |
Type | Typejar |
Filename | Size |
---|---|
php-checks-3.0.0.4537.pom | |
php-checks-3.0.0.4537.jar | 632 KB |
php-checks-3.0.0.4537-sources.jar | 506 KB |
php-checks-3.0.0.4537-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.0.0.4537</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonarsource.php/php-checks/
implementation 'org.sonarsource.php:php-checks:3.0.0.4537'
// https://jarcasting.com/artifacts/org.sonarsource.php/php-checks/
implementation ("org.sonarsource.php:php-checks:3.0.0.4537")
'org.sonarsource.php:php-checks:jar:3.0.0.4537'
<dependency org="org.sonarsource.php" name="php-checks" rev="3.0.0.4537">
<artifact name="php-checks" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonarsource.php', module='php-checks', version='3.0.0.4537')
)
libraryDependencies += "org.sonarsource.php" % "php-checks" % "3.0.0.4537"
[org.sonarsource.php/php-checks "3.0.0.4537"]