GroupId | GroupIdorg.sonarsource.php |
---|---|
ArtifactId | ArtifactIdphp |
Version | Version2.16.0.4355 |
Type | Typepom |
Filename | Size |
---|---|
php-2.16.0.4355.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonarsource.php/php/ -->
<dependency>
<groupId>org.sonarsource.php</groupId>
<artifactId>php</artifactId>
<version>2.16.0.4355</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonarsource.php/php/
implementation 'org.sonarsource.php:php:2.16.0.4355'
// https://jarcasting.com/artifacts/org.sonarsource.php/php/
implementation ("org.sonarsource.php:php:2.16.0.4355")
'org.sonarsource.php:php:pom:2.16.0.4355'
<dependency org="org.sonarsource.php" name="php" rev="2.16.0.4355">
<artifact name="php" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonarsource.php', module='php', version='2.16.0.4355')
)
libraryDependencies += "org.sonarsource.php" % "php" % "2.16.0.4355"
[org.sonarsource.php/php "2.16.0.4355"]