MVN

com.frugalmechanic : scala-optparse

Maven & Gradle

Oct 04, 2011
10 stars

scala-optparse · Command line option parsing for Scala

<dependency>
    <groupId>com.frugalmechanic</groupId>
    <artifactId>scala-optparse</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.frugalmechanic : scala-optparse to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of com.frugalmechanic : scala-optparse to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
scala-optparse-1.1
1.0
scala-optparse-1.0

How to add a dependency to Maven

Add the following com.frugalmechanic : scala-optparse maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.frugalmechanic</groupId>
    <artifactId>scala-optparse</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.frugalmechanic : scala-optparse gradle dependency to your build.gradle file:

implementation 'com.frugalmechanic:scala-optparse:1.1'

Gradle Kotlin DSL: Add the following com.frugalmechanic : scala-optparse gradle kotlin dependency to your build.gradle.kts file:

implementation("com.frugalmechanic:scala-optparse:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.frugalmechanic : scala-optparse sbt scala dependency to your build.sbt file:

libraryDependencies += "com.frugalmechanic" % "scala-optparse" % "1.1"

Advertisement