| GroupId | GroupIdorg.sonarsource.xml |
|---|---|
| ArtifactId | ArtifactIdxml |
| Version | Version1.4.2.885 |
| Type | Typepom |
| Filename | Size |
|---|---|
| xml-1.4.2.885.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.sonarsource.xml/xml/ -->
<dependency>
<groupId>org.sonarsource.xml</groupId>
<artifactId>xml</artifactId>
<version>1.4.2.885</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonarsource.xml/xml/
implementation 'org.sonarsource.xml:xml:1.4.2.885'
// https://jarcasting.com/artifacts/org.sonarsource.xml/xml/
implementation ("org.sonarsource.xml:xml:1.4.2.885")
'org.sonarsource.xml:xml:pom:1.4.2.885'
<dependency org="org.sonarsource.xml" name="xml" rev="1.4.2.885">
<artifact name="xml" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonarsource.xml', module='xml', version='1.4.2.885')
)
libraryDependencies += "org.sonarsource.xml" % "xml" % "1.4.2.885"
[org.sonarsource.xml/xml "1.4.2.885"]