| GroupId | GroupIdorg.sonarsource.xml |
|---|---|
| ArtifactId | ArtifactIdxml-squid |
| Version | Version1.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| xml-squid-1.4.pom | |
| xml-squid-1.4.jar | 10 KB |
| xml-squid-1.4-sources.jar | 5 KB |
| xml-squid-1.4-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</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonarsource.xml/xml-squid/
implementation 'org.sonarsource.xml:xml-squid:1.4'
// https://jarcasting.com/artifacts/org.sonarsource.xml/xml-squid/
implementation ("org.sonarsource.xml:xml-squid:1.4")
'org.sonarsource.xml:xml-squid:jar:1.4'
<dependency org="org.sonarsource.xml" name="xml-squid" rev="1.4">
<artifact name="xml-squid" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonarsource.xml', module='xml-squid', version='1.4')
)
libraryDependencies += "org.sonarsource.xml" % "xml-squid" % "1.4"
[org.sonarsource.xml/xml-squid "1.4"]