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