| License |
License |
|---|---|
| GroupId | GroupIdcom.github.xuwei-k |
| ArtifactId | ArtifactIdoptparse-applicative_3 |
| Last Version | Last Version0.9.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionoptparse-applicative
optparse-applicative is a Scala library for parsing options on the command line, providing a powerful applicative interface for composing these options
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| optparse-applicative_3-0.9.2.pom | |
| optparse-applicative_3-0.9.2.jar | 577 KB |
| optparse-applicative_3-0.9.2-sources.jar | 28 KB |
| optparse-applicative_3-0.9.2-javadoc.jar | 518 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.xuwei-k/optparse-applicative_3/ -->
<dependency>
<groupId>com.github.xuwei-k</groupId>
<artifactId>optparse-applicative_3</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xuwei-k/optparse-applicative_3/
implementation 'com.github.xuwei-k:optparse-applicative_3:0.9.2'
// https://jarcasting.com/artifacts/com.github.xuwei-k/optparse-applicative_3/
implementation ("com.github.xuwei-k:optparse-applicative_3:0.9.2")
'com.github.xuwei-k:optparse-applicative_3:jar:0.9.2'
<dependency org="com.github.xuwei-k" name="optparse-applicative_3" rev="0.9.2">
<artifact name="optparse-applicative_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xuwei-k', module='optparse-applicative_3', version='0.9.2')
)
libraryDependencies += "com.github.xuwei-k" % "optparse-applicative_3" % "0.9.2"
[com.github.xuwei-k/optparse-applicative_3 "0.9.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala3-library_3 | jar | 3.0.1-RC2 |
| org.scalaz : scalaz-core_2.13 | jar | 7.3.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.scalaprops : scalaprops_3 | jar | 0.8.3 |