License |
License |
---|---|
GroupId | GroupIdio.jobial |
ArtifactId | ArtifactIdsclap-core_2.13 |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsclap-core
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-core_2.13-1.3.0.pom | |
sclap-core_2.13-1.3.0.jar | 156 KB |
sclap-core_2.13-1.3.0-tests.jar | 332 bytes |
sclap-core_2.13-1.3.0-tests-sources.jar | 265 bytes |
sclap-core_2.13-1.3.0-tests-javadoc.jar | 207 bytes |
sclap-core_2.13-1.3.0-sources.jar | 9 KB |
sclap-core_2.13-1.3.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.jobial/sclap-core_2.13/ -->
<dependency>
<groupId>io.jobial</groupId>
<artifactId>sclap-core_2.13</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.jobial/sclap-core_2.13/
implementation 'io.jobial:sclap-core_2.13:1.3.0'
// https://jarcasting.com/artifacts/io.jobial/sclap-core_2.13/
implementation ("io.jobial:sclap-core_2.13:1.3.0")
'io.jobial:sclap-core_2.13:jar:1.3.0'
<dependency org="io.jobial" name="sclap-core_2.13" rev="1.3.0">
<artifact name="sclap-core_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jobial', module='sclap-core_2.13', version='1.3.0')
)
libraryDependencies += "io.jobial" % "sclap-core_2.13" % "1.3.0"
[io.jobial/sclap-core_2.13 "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.13.7 |
org.typelevel : cats-core_2.13 | jar | 2.7.0 |
org.typelevel : cats-free_2.13 | jar | 2.7.0 |
org.typelevel : cats-effect_2.13 | jar | 2.5.4 |
com.typesafe.scala-logging : scala-logging_2.13 | jar | 3.9.2 |