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