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