| GroupId | GroupIdorg.sonarsource.xml |
|---|---|
| ArtifactId | ArtifactIdxml-squid |
| Version | Version1.4.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| xml-squid-1.4.1.pom | |
| xml-squid-1.4.1.jar | 10 KB |
| xml-squid-1.4.1-sources.jar | 6 KB |
| xml-squid-1.4.1-javadoc.jar | 55 KB |
| Browse |
<!-- 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"]