License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdcom.frugalmechanic |
ArtifactId | ArtifactIdscala-optparse |
Version | Version1.1 |
Type | Typejar |
Description |
Descriptionscala-optparse
Command line option parsing for Scala
|
Project Organization |
Project OrganizationFrugal Mechanic |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
scala-optparse-1.1.pom | |
scala-optparse-1.1.jar | 92 KB |
scala-optparse-1.1-src.zip | 35 KB |
scala-optparse-1.1-src.tar.gz | 17 KB |
scala-optparse-1.1-sources.jar | 18 KB |
scala-optparse-1.1-javadoc.jar | 298 KB |
scala-optparse-1.1-bin.zip | 352 KB |
scala-optparse-1.1-bin.tar.gz | 352 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.frugalmechanic/scala-optparse/ -->
<dependency>
<groupId>com.frugalmechanic</groupId>
<artifactId>scala-optparse</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.frugalmechanic/scala-optparse/
implementation 'com.frugalmechanic:scala-optparse:1.1'
// https://jarcasting.com/artifacts/com.frugalmechanic/scala-optparse/
implementation ("com.frugalmechanic:scala-optparse:1.1")
'com.frugalmechanic:scala-optparse:jar:1.1'
<dependency org="com.frugalmechanic" name="scala-optparse" rev="1.1">
<artifact name="scala-optparse" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.frugalmechanic', module='scala-optparse', version='1.1')
)
libraryDependencies += "com.frugalmechanic" % "scala-optparse" % "1.1"
[com.frugalmechanic/scala-optparse "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.9.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.scalatest : scalatest_2.9.1 | jar | 1.6.1 |