| Группа | Группаorg.sonarsource.analyzer-commons |
|---|---|
| Идентификатор | Идентификаторtest-sonar-xml-parsing |
| Версия | Версия1.14.0.681 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.sonarsource.analyzer-commons/test-sonar-xml-parsing/ -->
<dependency>
<groupId>org.sonarsource.analyzer-commons</groupId>
<artifactId>test-sonar-xml-parsing</artifactId>
<version>1.14.0.681</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonarsource.analyzer-commons/test-sonar-xml-parsing/
implementation 'org.sonarsource.analyzer-commons:test-sonar-xml-parsing:1.14.0.681'
// https://jarcasting.com/artifacts/org.sonarsource.analyzer-commons/test-sonar-xml-parsing/
implementation ("org.sonarsource.analyzer-commons:test-sonar-xml-parsing:1.14.0.681")
'org.sonarsource.analyzer-commons:test-sonar-xml-parsing:jar:1.14.0.681'
<dependency org="org.sonarsource.analyzer-commons" name="test-sonar-xml-parsing" rev="1.14.0.681">
<artifact name="test-sonar-xml-parsing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonarsource.analyzer-commons', module='test-sonar-xml-parsing', version='1.14.0.681')
)
libraryDependencies += "org.sonarsource.analyzer-commons" % "test-sonar-xml-parsing" % "1.14.0.681"
[org.sonarsource.analyzer-commons/test-sonar-xml-parsing "1.14.0.681"]