is not current version
Last Version 7.24.2

org.openrewrite:rewrite-xml 7.0.0-rc.3

Eliminate tech-debt. Automatically.

GroupId

GroupId

org.openrewrite
ArtifactId

ArtifactId

rewrite-xml
Version

Version

7.0.0-rc.3
Type

Type

jar

Download rewrite-xml 7.0.0-rc.3


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