License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdcom.frugalmechanic |
ArtifactId | ArtifactIdscala-optparse_2.10.0-M6 |
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 |
<!-- https://jarcasting.com/artifacts/com.frugalmechanic/scala-optparse_2.10.0-M6/ -->
<dependency>
<groupId>com.frugalmechanic</groupId>
<artifactId>scala-optparse_2.10.0-M6</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.frugalmechanic/scala-optparse_2.10.0-M6/
implementation 'com.frugalmechanic:scala-optparse_2.10.0-M6:1.1.1'
// https://jarcasting.com/artifacts/com.frugalmechanic/scala-optparse_2.10.0-M6/
implementation ("com.frugalmechanic:scala-optparse_2.10.0-M6:1.1.1")
'com.frugalmechanic:scala-optparse_2.10.0-M6:jar:1.1.1'
<dependency org="com.frugalmechanic" name="scala-optparse_2.10.0-M6" rev="1.1.1">
<artifact name="scala-optparse_2.10.0-M6" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.frugalmechanic', module='scala-optparse_2.10.0-M6', version='1.1.1')
)
libraryDependencies += "com.frugalmechanic" % "scala-optparse_2.10.0-M6" % "1.1.1"
[com.frugalmechanic/scala-optparse_2.10.0-M6 "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.10.0-M6 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.10.0-M6 | jar | 1.9-2.10.0-M6-B2 |