Files download
File Operation
rewrite-recommendations-1.4.2.jar download
rewrite-recommendations-1.4.2.pom download
rewrite-recommendations-1.4.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.openrewrite.recipe</groupId>
  <artifactId>rewrite-recommendations</artifactId>
  <version>1.4.2</version>
</dependency>
Gradle Groovy
implementation 'org.openrewrite.recipe:rewrite-recommendations:1.4.2'
Gradle Kotlin
implementation("org.openrewrite.recipe:rewrite-recommendations:1.4.2")
Scala SBT
libraryDependencies += "org.openrewrite.recipe" % "rewrite-recommendations" % "1.4.2"
Groovy Grape
@Grapes(
  @Grab(group='org.openrewrite.recipe', module='rewrite-recommendations', version='1.4.2')
)
Apache Ivy
<dependency org="org.openrewrite.recipe" name="rewrite-recommendations" rev="1.4.2" />
Leiningen
[org.openrewrite.recipe/rewrite-recommendations "1.4.2"]
Apache Buildr
'org.openrewrite.recipe:rewrite-recommendations:jar:1.4.2'