is not current version
Last Version 2.5.0.3376

org.sonarsource.xml:xml 2.0.0.2003


GroupId

GroupId

org.sonarsource.xml
ArtifactId

ArtifactId

xml
Version

Version

2.0.0.2003
Type

Type

pom

Download xml 2.0.0.2003

Filename Size
xml-2.0.0.2003.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/org.sonarsource.xml/xml/ -->
<dependency>
    <groupId>org.sonarsource.xml</groupId>
    <artifactId>xml</artifactId>
    <version>2.0.0.2003</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonarsource.xml/xml/
implementation 'org.sonarsource.xml:xml:2.0.0.2003'
// https://jarcasting.com/artifacts/org.sonarsource.xml/xml/
implementation ("org.sonarsource.xml:xml:2.0.0.2003")
'org.sonarsource.xml:xml:pom:2.0.0.2003'
<dependency org="org.sonarsource.xml" name="xml" rev="2.0.0.2003">
  <artifact name="xml" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonarsource.xml', module='xml', version='2.0.0.2003')
)
libraryDependencies += "org.sonarsource.xml" % "xml" % "2.0.0.2003"
[org.sonarsource.xml/xml "2.0.0.2003"]