License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdcom.frugalmechanic |
ArtifactId | ArtifactIdscala-optparse_2.11 |
Version | Version1.1.3 |
Type | Typejar |
Description |
Descriptionscala-optparse
Command line option parsing for Scala
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
scala-optparse_2.11-1.1.3.pom | |
scala-optparse_2.11-1.1.3.jar | 90 KB |
scala-optparse_2.11-1.1.3-sources.jar | 19 KB |
scala-optparse_2.11-1.1.3-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.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.frugalmechanic/scala-optparse_2.11/
implementation 'com.frugalmechanic:scala-optparse_2.11:1.1.3'
// https://jarcasting.com/artifacts/com.frugalmechanic/scala-optparse_2.11/
implementation ("com.frugalmechanic:scala-optparse_2.11:1.1.3")
'com.frugalmechanic:scala-optparse_2.11:jar:1.1.3'
<dependency org="com.frugalmechanic" name="scala-optparse_2.11" rev="1.1.3">
<artifact name="scala-optparse_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.frugalmechanic', module='scala-optparse_2.11', version='1.1.3')
)
libraryDependencies += "com.frugalmechanic" % "scala-optparse_2.11" % "1.1.3"
[com.frugalmechanic/scala-optparse_2.11 "1.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.11 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.11 | jar | 3.0.8 |