console4cats


License

License

GroupId

GroupId

dev.profunktor
ArtifactId

ArtifactId

console4cats_2.12
Last Version

Last Version

0.8.1
Release Date

Release Date

Type

Type

jar
Description

Description

console4cats
console4cats
Project URL

Project URL

https://console4cats.profunktor.dev/
Project Organization

Project Organization

ProfunKtor
Source Code Management

Source Code Management

https://github.com/profunktor/console4cats

Download console4cats_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/dev.profunktor/console4cats_2.12/ -->
<dependency>
    <groupId>dev.profunktor</groupId>
    <artifactId>console4cats_2.12</artifactId>
    <version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/dev.profunktor/console4cats_2.12/
implementation 'dev.profunktor:console4cats_2.12:0.8.1'
// https://jarcasting.com/artifacts/dev.profunktor/console4cats_2.12/
implementation ("dev.profunktor:console4cats_2.12:0.8.1")
'dev.profunktor:console4cats_2.12:jar:0.8.1'
<dependency org="dev.profunktor" name="console4cats_2.12" rev="0.8.1">
  <artifact name="console4cats_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.profunktor', module='console4cats_2.12', version='0.8.1')
)
libraryDependencies += "dev.profunktor" % "console4cats_2.12" % "0.8.1"
[dev.profunktor/console4cats_2.12 "0.8.1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.8
org.typelevel : cats-effect_2.12 jar 2.0.0

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.12 jar 3.1.0

Project Modules

There are no modules declared in this project.

console4cats

CI Status Maven Central Cats friendly MergifyStatus Scala Steward badge

Effect-type agnostic Console I/O for Cats Effect

import cats.effect.IO
import cats.effect.Console.io._

val program: IO[Unit] =
  readLn.flatMap(name => putStrLn(s"Hello $name!"))

Getting started

Add the dependency to your project:

libraryDependencies += "dev.profunktor" %% "console4cats" % Version

Note: previous versions <= 0.6.0 were published using the com.github.gvolpe group id.

Code of Conduct

See the Code of Conduct

Usage

See the usage guide.

LICENSE

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

dev.profunktor

ProfunKtor

A Profunctor is just a bifunctor that is contravariant in the first argument and covariant in the second. What's the problem?

Versions

Version
0.8.1
0.8.0
0.8.0-M1
0.7.0