<dependency> <groupId>co.fs2</groupId> <artifactId>fs2-reactive-streams_2.12</artifactId> <version>3.10.2</version> </dependency>
implementation 'co.fs2:fs2-reactive-streams_2.12:3.10.2'
implementation("co.fs2:fs2-reactive-streams_2.12:3.10.2")
libraryDependencies += "co.fs2" % "fs2-reactive-streams_2.12" % "3.10.2"
@Grapes( @Grab(group='co.fs2', module='fs2-reactive-streams_2.12', version='3.10.2') )
<dependency org="co.fs2" name="fs2-reactive-streams_2.12" rev="3.10.2" />
[co.fs2/fs2-reactive-streams_2.12 "3.10.2"]
'co.fs2:fs2-reactive-streams_2.12:jar:3.10.2'
compile
|-- org.scala-lang:scala-library:2.12.19
|-- co.fs2:fs2-core_2.12:3.10.2
|-- org.reactivestreams:reactive-streams:1.0.4
provided
|-- org.typelevel:scalac-compat-annotation_2.12:0.1.4
test
|-- org.reactivestreams:reactive-streams-tck:1.0.4
|-- org.scalatestplus:testng-7-5_2.12:3.2.17.0