MVN

org.openrewrite.recipe : cobol-analysis

Maven & Gradle

Aug 02, 2023

cobol-analysis · OpenRewrite recipes for analyzing COBOL sources

<dependency>
    <groupId>org.openrewrite.recipe</groupId>
    <artifactId>cobol-analysis</artifactId>
    <version>2.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openrewrite.recipe : cobol-analysis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.9

All Versions

Choose a version of org.openrewrite.recipe : cobol-analysis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
cobol-analysis-2.0.9
cobol-analysis-2.0.8
cobol-analysis-2.0.7
cobol-analysis-2.0.6
cobol-analysis-2.0.5
cobol-analysis-2.0.4
cobol-analysis-2.0.3
cobol-analysis-2.0.2
cobol-analysis-2.0.1
cobol-analysis-2.0.0

How to add a dependency to Maven

Add the following org.openrewrite.recipe : cobol-analysis maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openrewrite.recipe</groupId>
    <artifactId>cobol-analysis</artifactId>
    <version>2.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openrewrite.recipe : cobol-analysis gradle dependency to your build.gradle file:

implementation 'org.openrewrite.recipe:cobol-analysis:2.0.9'

Gradle Kotlin DSL: Add the following org.openrewrite.recipe : cobol-analysis gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openrewrite.recipe:cobol-analysis:2.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openrewrite.recipe : cobol-analysis sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openrewrite.recipe" % "cobol-analysis" % "2.0.9"

Advertisement