is not current version
Last Version 1.4.3.1027

org.sonarsource.xml:xml-squid 1.4.1


GroupId

GroupId

org.sonarsource.xml
ArtifactId

ArtifactId

xml-squid
Version

Version

1.4.1
Type

Type

jar

Download xml-squid 1.4.1


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