MVN

io.jobial : sclap_2.12

Maven & Gradle

May 14, 2023
5 usages
3 stars

sclap · Scala command line apps made simple - a composable and easy-to-use CLI parser built on Cats

<dependency>
    <groupId>io.jobial</groupId>
    <artifactId>sclap_2.12</artifactId>
    <version>1.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.jobial : sclap_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.8

All Versions

Choose a version of io.jobial : sclap_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
sclap_2.12-2.0.0
1.4.x
sclap_2.12-1.4.1
sclap_2.12-1.4.0
1.3.x
sclap_2.12-1.3.8
sclap_2.12-1.3.7
sclap_2.12-1.3.6
sclap_2.12-1.3.0
1.2.x
sclap_2.12-1.2.3
sclap_2.12-1.2.2
sclap_2.12-1.2.1
sclap_2.12-1.2.0
1.1.x
sclap_2.12-1.1.7
sclap_2.12-1.1.5
sclap_2.12-1.1.4
sclap_2.12-1.1.3
sclap_2.12-1.1.2
sclap_2.12-1.1.1
sclap_2.12-1.1.0
1.0.x
sclap_2.12-1.0.1
sclap_2.12-1.0.0
0.9.x
sclap_2.12-0.9.8
sclap_2.12-0.9.7
sclap_2.12-0.9.6
sclap_2.12-0.9.5
sclap_2.12-0.9.4
sclap_2.12-0.9.3
sclap_2.12-0.9.2
sclap_2.12-0.9.1
sclap_2.12-0.9.0

How to add a dependency to Maven

Add the following io.jobial : sclap_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.jobial</groupId>
    <artifactId>sclap_2.12</artifactId>
    <version>1.3.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.jobial : sclap_2.12 gradle dependency to your build.gradle file:

implementation 'io.jobial:sclap_2.12:1.3.8'

Gradle Kotlin DSL: Add the following io.jobial : sclap_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.jobial:sclap_2.12:1.3.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.jobial : sclap_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.jobial" % "sclap_2.12" % "1.3.8"

Advertisement

Dependencies from Group

Aug 16, 2023
8 usages
4 stars
Aug 16, 2023
8 usages
4 stars
Aug 16, 2023
8 usages
4 stars
Aug 16, 2023
8 usages
4 stars
Aug 16, 2023
8 usages
4 stars

Discover Dependencies