| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.sonarsource.xml |
| Идентификатор | Идентификаторxml |
| Версия | Версия2.4.0.3273 |
| Тип | Типpom |
| Описание |
ОписаниеSonarSource XML Analyzer
Code Analyzer for XML
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| xml-2.4.0.3273.pom | |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.sonarsource.xml/xml/ -->
<dependency>
<groupId>org.sonarsource.xml</groupId>
<artifactId>xml</artifactId>
<version>2.4.0.3273</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonarsource.xml/xml/
implementation 'org.sonarsource.xml:xml:2.4.0.3273'
// https://jarcasting.com/artifacts/org.sonarsource.xml/xml/
implementation ("org.sonarsource.xml:xml:2.4.0.3273")
'org.sonarsource.xml:xml:pom:2.4.0.3273'
<dependency org="org.sonarsource.xml" name="xml" rev="2.4.0.3273">
<artifact name="xml" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonarsource.xml', module='xml', version='2.4.0.3273')
)
libraryDependencies += "org.sonarsource.xml" % "xml" % "2.4.0.3273"
[org.sonarsource.xml/xml "2.4.0.3273"]