| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.sonarsource.php |
| Идентификатор | Идентификаторphp |
| Последняя версия | Последняя версия3.23.1.8766 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеSonarSource PHP analyzer
Parent pom of SonarSource public projects
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикSonarSource and Akram Ben Aissi |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| php-3.23.1.8766.pom | 9 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.sonarsource.php/php/ -->
<dependency>
<groupId>org.sonarsource.php</groupId>
<artifactId>php</artifactId>
<version>3.23.1.8766</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonarsource.php/php/
implementation 'org.sonarsource.php:php:3.23.1.8766'
// https://jarcasting.com/artifacts/org.sonarsource.php/php/
implementation ("org.sonarsource.php:php:3.23.1.8766")
'org.sonarsource.php:php:pom:3.23.1.8766'
<dependency org="org.sonarsource.php" name="php" rev="3.23.1.8766">
<artifact name="php" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonarsource.php', module='php', version='3.23.1.8766')
)
libraryDependencies += "org.sonarsource.php" % "php" % "3.23.1.8766"
[org.sonarsource.php/php "3.23.1.8766"]