<dependency> <groupId>co.fs2</groupId> <artifactId>fs2-reactive-streams_2.12</artifactId> <version>3.2.5</version> </dependency>
implementation 'co.fs2:fs2-reactive-streams_2.12:3.2.5'
implementation("co.fs2:fs2-reactive-streams_2.12:3.2.5")
libraryDependencies += "co.fs2" % "fs2-reactive-streams_2.12" % "3.2.5"
@Grapes( @Grab(group='co.fs2', module='fs2-reactive-streams_2.12', version='3.2.5') )
<dependency org="co.fs2" name="fs2-reactive-streams_2.12" rev="3.2.5" />
[co.fs2/fs2-reactive-streams_2.12 "3.2.5"]
'co.fs2:fs2-reactive-streams_2.12:jar:3.2.5'
compile
|-- org.scala-lang:scala-library:2.12.15
|-- co.fs2:fs2-core_2.12:3.2.5
|-- org.reactivestreams:reactive-streams:1.0.3
test
|-- org.reactivestreams:reactive-streams-tck:1.0.3
|-- org.scalatestplus:testng-6-7_2.12:3.2.10.0