| License |
License |
|---|---|
| GroupId | GroupIdorg.sonarsource.xml |
| ArtifactId | ArtifactIdxml |
| Version | Version2.5.0.3376 |
| Type | Typepom |
| Description |
DescriptionSonarSource XML Analyzer
Code Analyzer for XML
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| xml-2.5.0.3376.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/org.sonarsource.xml/xml/ -->
<dependency>
<groupId>org.sonarsource.xml</groupId>
<artifactId>xml</artifactId>
<version>2.5.0.3376</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonarsource.xml/xml/
implementation 'org.sonarsource.xml:xml:2.5.0.3376'
// https://jarcasting.com/artifacts/org.sonarsource.xml/xml/
implementation ("org.sonarsource.xml:xml:2.5.0.3376")
'org.sonarsource.xml:xml:pom:2.5.0.3376'
<dependency org="org.sonarsource.xml" name="xml" rev="2.5.0.3376">
<artifact name="xml" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonarsource.xml', module='xml', version='2.5.0.3376')
)
libraryDependencies += "org.sonarsource.xml" % "xml" % "2.5.0.3376"
[org.sonarsource.xml/xml "2.5.0.3376"]