| License |
License |
|---|---|
| GroupId | GroupIdio.jobial |
| ArtifactId | ArtifactIdsclap-zio_2.12 |
| Version | Version1.2.1 |
| Type | Typejar |
| Description |
Descriptionsclap-zio
Scala command line apps made simple - a composable and easy-to-use CLI parser built on Cats
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| sclap-zio_2.12-1.2.1.pom | |
| sclap-zio_2.12-1.2.1.jar | 2 KB |
| sclap-zio_2.12-1.2.1-tests.jar | 333 bytes |
| sclap-zio_2.12-1.2.1-tests-sources.jar | 264 bytes |
| sclap-zio_2.12-1.2.1-tests-javadoc.jar | 207 bytes |
| sclap-zio_2.12-1.2.1-sources.jar | 1 KB |
| sclap-zio_2.12-1.2.1-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.jobial/sclap-zio_2.12/ -->
<dependency>
<groupId>io.jobial</groupId>
<artifactId>sclap-zio_2.12</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.jobial/sclap-zio_2.12/
implementation 'io.jobial:sclap-zio_2.12:1.2.1'
// https://jarcasting.com/artifacts/io.jobial/sclap-zio_2.12/
implementation ("io.jobial:sclap-zio_2.12:1.2.1")
'io.jobial:sclap-zio_2.12:jar:1.2.1'
<dependency org="io.jobial" name="sclap-zio_2.12" rev="1.2.1">
<artifact name="sclap-zio_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jobial', module='sclap-zio_2.12', version='1.2.1')
)
libraryDependencies += "io.jobial" % "sclap-zio_2.12" % "1.2.1"
[io.jobial/sclap-zio_2.12 "1.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.12.15 |
| io.jobial : sclap-app_2.12 | jar | 1.2.1 |
| dev.zio : zio-interop-cats_2.12 | jar | 2.5.1.0 |