MVN

org.scalablytyped.converter : cli_2.12

Maven & Gradle

Jun 11, 2023
208 stars

cli · cli

<dependency>
    <groupId>org.scalablytyped.converter</groupId>
    <artifactId>cli_2.12</artifactId>
    <version>1.0.0-beta42</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scalablytyped.converter : cli_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-beta42
  • Latest Beta: 1.0.0-beta42

All Versions

Choose a version of org.scalablytyped.converter : cli_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
cli_2.12-1.0.0-beta42
cli_2.12-1.0.0-beta41
cli_2.12-1.0.0-beta40
cli_2.12-1.0.0-beta39
cli_2.12-1.0.0-beta38
cli_2.12-1.0.0-beta37
cli_2.12-1.0.0-beta36
cli_2.12-1.0.0-beta35
cli_2.12-1.0.0-beta34
cli_2.12-1.0.0-beta33
cli_2.12-1.0.0-beta32
cli_2.12-1.0.0-beta31

How to add a dependency to Maven

Add the following org.scalablytyped.converter : cli_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.scalablytyped.converter</groupId>
    <artifactId>cli_2.12</artifactId>
    <version>1.0.0-beta42</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.scalablytyped.converter : cli_2.12 gradle dependency to your build.gradle file:

implementation 'org.scalablytyped.converter:cli_2.12:1.0.0-beta42'

Gradle Kotlin DSL: Add the following org.scalablytyped.converter : cli_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.scalablytyped.converter:cli_2.12:1.0.0-beta42")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.scalablytyped.converter : cli_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.scalablytyped.converter" % "cli_2.12" % "1.0.0-beta42"

Advertisement