License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdcom.frugalmechanic |
ArtifactId | ArtifactIdscala-optparse_3 |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
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_3-1.2.0.pom | |
scala-optparse_3-1.2.0.jar | 71 KB |
scala-optparse_3-1.2.0-sources.jar | 19 KB |
scala-optparse_3-1.2.0-javadoc.jar | 493 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.frugalmechanic/scala-optparse_3/ -->
<dependency>
<groupId>com.frugalmechanic</groupId>
<artifactId>scala-optparse_3</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.frugalmechanic/scala-optparse_3/
implementation 'com.frugalmechanic:scala-optparse_3:1.2.0'
// https://jarcasting.com/artifacts/com.frugalmechanic/scala-optparse_3/
implementation ("com.frugalmechanic:scala-optparse_3:1.2.0")
'com.frugalmechanic:scala-optparse_3:jar:1.2.0'
<dependency org="com.frugalmechanic" name="scala-optparse_3" rev="1.2.0">
<artifact name="scala-optparse_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.frugalmechanic', module='scala-optparse_3', version='1.2.0')
)
libraryDependencies += "com.frugalmechanic" % "scala-optparse_3" % "1.2.0"
[com.frugalmechanic/scala-optparse_3 "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala3-library_3 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_3 | jar | 3.2.10 |