| GroupId | GroupIdorg.openrewrite |
|---|---|
| ArtifactId | ArtifactIdrewrite-yaml |
| Version | Version7.0.0-rc.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rewrite-yaml-7.0.0-rc.4.pom | |
| rewrite-yaml-7.0.0-rc.4.jar | 54 KB |
| rewrite-yaml-7.0.0-rc.4-sources.jar | 17 KB |
| rewrite-yaml-7.0.0-rc.4-javadoc.jar | 462 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openrewrite/rewrite-yaml/ -->
<dependency>
<groupId>org.openrewrite</groupId>
<artifactId>rewrite-yaml</artifactId>
<version>7.0.0-rc.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.openrewrite/rewrite-yaml/
implementation 'org.openrewrite:rewrite-yaml:7.0.0-rc.4'
// https://jarcasting.com/artifacts/org.openrewrite/rewrite-yaml/
implementation ("org.openrewrite:rewrite-yaml:7.0.0-rc.4")
'org.openrewrite:rewrite-yaml:jar:7.0.0-rc.4'
<dependency org="org.openrewrite" name="rewrite-yaml" rev="7.0.0-rc.4">
<artifact name="rewrite-yaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openrewrite', module='rewrite-yaml', version='7.0.0-rc.4')
)
libraryDependencies += "org.openrewrite" % "rewrite-yaml" % "7.0.0-rc.4"
[org.openrewrite/rewrite-yaml "7.0.0-rc.4"]