GroupId | GroupIdorg.openrewrite |
---|---|
ArtifactId | ArtifactIdrewrite-xml |
Version | Version6.1.18 |
Type | Typejar |
Filename | Size |
---|---|
rewrite-xml-6.1.18.pom | |
rewrite-xml-6.1.18.jar | 93 KB |
rewrite-xml-6.1.18-sources.jar | 42 KB |
rewrite-xml-6.1.18-javadoc.jar | 597 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openrewrite/rewrite-xml/ -->
<dependency>
<groupId>org.openrewrite</groupId>
<artifactId>rewrite-xml</artifactId>
<version>6.1.18</version>
</dependency>
// https://jarcasting.com/artifacts/org.openrewrite/rewrite-xml/
implementation 'org.openrewrite:rewrite-xml:6.1.18'
// https://jarcasting.com/artifacts/org.openrewrite/rewrite-xml/
implementation ("org.openrewrite:rewrite-xml:6.1.18")
'org.openrewrite:rewrite-xml:jar:6.1.18'
<dependency org="org.openrewrite" name="rewrite-xml" rev="6.1.18">
<artifact name="rewrite-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openrewrite', module='rewrite-xml', version='6.1.18')
)
libraryDependencies += "org.openrewrite" % "rewrite-xml" % "6.1.18"
[org.openrewrite/rewrite-xml "6.1.18"]