<dependency> <groupId>co.fs2</groupId> <artifactId>fs2-reactive-streams_2.12</artifactId> <version>1.0.4</version> </dependency>
implementation 'co.fs2:fs2-reactive-streams_2.12:1.0.4'
implementation("co.fs2:fs2-reactive-streams_2.12:1.0.4")
libraryDependencies += "co.fs2" % "fs2-reactive-streams_2.12" % "1.0.4"
@Grapes( @Grab(group='co.fs2', module='fs2-reactive-streams_2.12', version='1.0.4') )
<dependency org="co.fs2" name="fs2-reactive-streams_2.12" rev="1.0.4" />
[co.fs2/fs2-reactive-streams_2.12 "1.0.4"]
'co.fs2:fs2-reactive-streams_2.12:jar:1.0.4'
compile
|-- org.scala-lang:scala-library:2.12.7
|-- co.fs2:fs2-core_2.12:1.0.4
|-- org.typelevel:cats-core_2.12:1.6.0
|-- org.typelevel:cats-effect_2.12:1.2.0
|-- org.scala-lang.modules:scala-collection-compat_2.12:0.3.0
|-- org.reactivestreams:reactive-streams:1.0.2