License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdcom.frugalmechanic |
ArtifactId | ArtifactIdscala-optparse_2.11 |
Version | Version1.2.0 |
Type | Typejar |
Description |
Descriptionscala-optparse
Command line option parsing for Scala
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
scala-optparse_2.11-1.2.0.pom | |
scala-optparse_2.11-1.2.0.jar | 90 KB |
scala-optparse_2.11-1.2.0-sources.jar | 19 KB |
scala-optparse_2.11-1.2.0-javadoc.jar | 426 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.frugalmechanic/scala-optparse_2.11/ -->
<dependency>
<groupId>com.frugalmechanic</groupId>
<artifactId>scala-optparse_2.11</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.frugalmechanic/scala-optparse_2.11/
implementation 'com.frugalmechanic:scala-optparse_2.11:1.2.0'
// https://jarcasting.com/artifacts/com.frugalmechanic/scala-optparse_2.11/
implementation ("com.frugalmechanic:scala-optparse_2.11:1.2.0")
'com.frugalmechanic:scala-optparse_2.11:jar:1.2.0'
<dependency org="com.frugalmechanic" name="scala-optparse_2.11" rev="1.2.0">
<artifact name="scala-optparse_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.frugalmechanic', module='scala-optparse_2.11', version='1.2.0')
)
libraryDependencies += "com.frugalmechanic" % "scala-optparse_2.11" % "1.2.0"
[com.frugalmechanic/scala-optparse_2.11 "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.12 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.11 | jar | 3.2.10 |