MVN

org.openrewrite : rewrite-cobol

Maven & Gradle

Aug 24, 2023

rewrite-cobol · Rewrite support for the COBOL language

<dependency>
    <groupId>org.openrewrite</groupId>
    <artifactId>rewrite-cobol</artifactId>
    <version>2.12.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.12.0

All Versions

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

Version Vulnerabilities Updated
2.12.x
rewrite-cobol-2.12.0
2.11.x
rewrite-cobol-2.11.3
rewrite-cobol-2.11.2
rewrite-cobol-2.11.1
rewrite-cobol-2.11.0
2.10.x
rewrite-cobol-2.10.4
rewrite-cobol-2.10.2
rewrite-cobol-2.10.1
rewrite-cobol-2.10.0
2.0.x
rewrite-cobol-2.0.9
rewrite-cobol-2.0.8
rewrite-cobol-2.0.7
rewrite-cobol-2.0.6
rewrite-cobol-2.0.5
rewrite-cobol-2.0.4
rewrite-cobol-2.0.3
rewrite-cobol-2.0.2
rewrite-cobol-2.0.1
rewrite-cobol-2.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.openrewrite</groupId>
    <artifactId>rewrite-cobol</artifactId>
    <version>2.12.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.openrewrite:rewrite-cobol:2.12.0'

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

implementation("org.openrewrite:rewrite-cobol:2.12.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.openrewrite" % "rewrite-cobol" % "2.12.0"

Advertisement

Dependencies from Group

Aug 25, 2023
22 usages
1.8k stars
Aug 25, 2023
16 usages
1.8k stars
Aug 25, 2023
14 usages
1.8k stars
Aug 25, 2023
12 usages
1.8k stars
Aug 25, 2023
10 usages
1.8k stars

Discover Dependencies