shellfish


License

License

MIT
GroupId

GroupId

io.chrisdavenport
ArtifactId

ArtifactId

shellfish_2.13
Last Version

Last Version

0.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

shellfish
shellfish
Project Organization

Project Organization

io.chrisdavenport
Source Code Management

Source Code Management

https://github.com/davenverse/shellfish

Download shellfish_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/io.chrisdavenport/shellfish_2.13/ -->
<dependency>
    <groupId>io.chrisdavenport</groupId>
    <artifactId>shellfish_2.13</artifactId>
    <version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.chrisdavenport/shellfish_2.13/
implementation 'io.chrisdavenport:shellfish_2.13:0.0.5'
// https://jarcasting.com/artifacts/io.chrisdavenport/shellfish_2.13/
implementation ("io.chrisdavenport:shellfish_2.13:0.0.5")
'io.chrisdavenport:shellfish_2.13:jar:0.0.5'
<dependency org="io.chrisdavenport" name="shellfish_2.13" rev="0.0.5">
  <artifact name="shellfish_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.chrisdavenport', module='shellfish_2.13', version='0.0.5')
)
libraryDependencies += "io.chrisdavenport" % "shellfish_2.13" % "0.0.5"
[io.chrisdavenport/shellfish_2.13 "0.0.5"]

Dependencies

compile (6)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.5
org.typelevel : cats-core_2.13 jar 2.6.0
org.typelevel : alleycats-core_2.13 jar 2.6.0
org.typelevel : cats-effect_2.13 jar 3.1.0
co.fs2 : fs2-core_2.13 jar 3.0.1
co.fs2 : fs2-io_2.13 jar 3.0.1

test (1)

Group / Artifact Type Version
org.typelevel : munit-cats-effect-3_2.13 jar 1.0.2

Project Modules

There are no modules declared in this project.

shellfish - Shell Scripting for Cats-Effect Maven Central Code of Consuct

Head on over to the microsite

Quick Start

To use shellfish in an existing SBT project with Scala 2.11 or a later version, add the following dependencies to your build.sbt depending on your needs:

libraryDependencies ++= Seq(
  "io.chrisdavenport" %% "shellfish" % "<version>"
)
io.chrisdavenport

Versions

Version
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1