MVN

app.softwork.kobol : ir

Maven & Gradle

Aug 15, 2023
1 stars

app.softwork KOBOL · A Cobol to Kotlin converter

<dependency>
    <groupId>app.softwork.kobol</groupId>
    <artifactId>ir</artifactId>
    <version>0.2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of app.softwork.kobol : ir to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.6

All Versions

Choose a version of app.softwork.kobol : ir to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
ir-0.2.6
ir-0.2.5
ir-0.2.4
ir-0.2.3
ir-0.2.2
ir-0.2.1
ir-0.2.0
0.1.x
ir-0.1.26
ir-0.1.25
ir-0.1.24
ir-0.1.23
ir-0.1.22
ir-0.1.21
ir-0.1.20
ir-0.1.19
ir-0.1.18
ir-0.1.17
ir-0.1.16
ir-0.1.15
ir-0.1.14
ir-0.1.13
ir-0.1.12
ir-0.1.11
ir-0.1.7
ir-0.1.6
ir-0.1.5
ir-0.1.1
ir-0.1.0
0.0.x
ir-0.0.9
ir-0.0.8
ir-0.0.7
ir-0.0.6

How to add a dependency to Maven

Add the following app.softwork.kobol : ir maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>app.softwork.kobol</groupId>
    <artifactId>ir</artifactId>
    <version>0.2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following app.softwork.kobol : ir gradle dependency to your build.gradle file:

implementation 'app.softwork.kobol:ir:0.2.6'

Gradle Kotlin DSL: Add the following app.softwork.kobol : ir gradle kotlin dependency to your build.gradle.kts file:

implementation("app.softwork.kobol:ir:0.2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following app.softwork.kobol : ir sbt scala dependency to your build.sbt file:

libraryDependencies += "app.softwork.kobol" % "ir" % "0.2.6"

Advertisement