MVN

co.fs2 : fs2-core_3.0.0-RC1

Maven & Gradle

Apr 21, 2021
19 usages
2.3k stars

fs2-core · fs2-core

<dependency>
    <groupId>co.fs2</groupId>
    <artifactId>fs2-core_3.0.0-RC1</artifactId>
    <version>3.0-23-5cb3bb0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.fs2 : fs2-core_3.0.0-RC1 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0-23-5cb3bb0

All Versions

Choose a version of co.fs2 : fs2-core_3.0.0-RC1 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0
fs2-core_3.0.0-RC1-3.0-23-5cb3bb0
fs2-core_3.0.0-RC1-3.0-21-babf11d
fs2-core_3.0.0-RC1-3.0-19-26b03ff
fs2-core_3.0.0-RC1-3.0-17-c686ef7
fs2-core_3.0.0-RC1-3.0-16-5e92a01
fs2-core_3.0.0-RC1-3.0-14-24370ab
fs2-core_3.0.0-RC1-3.0-12-2af0571
fs2-core_3.0.0-RC1-3.0-7-de8cbd5
fs2-core_3.0.0-RC1-3.0-5-bb0f703
fs2-core_3.0.0-RC1-3.0-3-2f85a1c
fs2-core_3.0.0-RC1-3.0-2-4358596
fs2-core_3.0.0-RC1-3.0-4-c84a31d
fs2-core_3.0.0-RC1-3.0-3-1d699a1
fs2-core_3.0.0-RC1-3.0-1-a96dc77
fs2-core_3.0.0-RC1-3.0-228-2801bdc
fs2-core_3.0.0-RC1-3.0-225-84b03c3
fs2-core_3.0.0-RC1-3.0-218-35a51b7
fs2-core_3.0.0-RC1-3.0-216-30cedc2
fs2-core_3.0.0-RC1-3.0-209-20193dc
fs2-core_3.0.0-RC1-3.0-206-bd67909
fs2-core_3.0.0-RC1-3.0-204-6a085d8
fs2-core_3.0.0-RC1-3.0-202-3846baa
fs2-core_3.0.0-RC1-3.0-200-9689748
fs2-core_3.0.0-RC1-3.0-193-5590825
fs2-core_3.0.0-RC1-3.0-121-e4872e6
fs2-core_3.0.0-RC1-3.0-116-de371a5
fs2-core_3.0.0-RC1-3.0-113-8711623
fs2-core_3.0.0-RC1-3.0-111-a95ee44
fs2-core_3.0.0-RC1-3.0-109-e17c45d
fs2-core_3.0.0-RC1-3.0-106-c638753
fs2-core_3.0.0-RC1-3.0-102-30295e3
fs2-core_3.0.0-RC1-3.0-98-ca41969
fs2-core_3.0.0-RC1-3.0-100-e112631
fs2-core_3.0.0-RC1-3.0-94-7f0cfa3
fs2-core_3.0.0-RC1-3.0-89-ce9e416
fs2-core_3.0.0-RC1-3.0-88-a1e2bbc
fs2-core_3.0.0-RC1-3.0-87-3701986
fs2-core_3.0.0-RC1-3.0-82-0601f89
fs2-core_3.0.0-RC1-3.0-81-01153df
fs2-core_3.0.0-RC1-3.0-78-1512059
fs2-core_3.0.0-RC1-3.0-43-5b2b437
fs2-core_3.0.0-RC1-3.0-41-b2a45eb
fs2-core_3.0.0-RC1-3.0-38-a21ccd7
fs2-core_3.0.0-RC1-3.0-36-ac19056
fs2-core_3.0.0-RC1-3.0-30-1163ac3
fs2-core_3.0.0-RC1-3.0-28-84effb0
fs2-core_3.0.0-RC1-3.0-26-a593ad2
fs2-core_3.0.0-RC1-3.0-24-5485a9a
fs2-core_3.0.0-RC1-3.0-22-85fc995
fs2-core_3.0.0-RC1-3.0-20-9928eae
fs2-core_3.0.0-RC1-3.0-18-6c61b1d
fs2-core_3.0.0-RC1-3.0-16-71dbb83
fs2-core_3.0.0-RC1-3.0-2-98617de
3.0.x
fs2-core_3.0.0-RC1-3.0.1
fs2-core_3.0.0-RC1-3.0.0
fs2-core_3.0.0-RC1-3.0.0-M9
2.5.x
fs2-core_3.0.0-RC1-2.5.4
fs2-core_3.0.0-RC1-2.5.3
fs2-core_3.0.0-RC1-2.5.2
fs2-core_3.0.0-RC1-2.5.1

How to add a dependency to Maven

Add the following co.fs2 : fs2-core_3.0.0-RC1 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.fs2</groupId>
    <artifactId>fs2-core_3.0.0-RC1</artifactId>
    <version>3.0-23-5cb3bb0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.fs2 : fs2-core_3.0.0-RC1 gradle dependency to your build.gradle file:

implementation 'co.fs2:fs2-core_3.0.0-RC1:3.0-23-5cb3bb0'

Gradle Kotlin DSL: Add the following co.fs2 : fs2-core_3.0.0-RC1 gradle kotlin dependency to your build.gradle.kts file:

implementation("co.fs2:fs2-core_3.0.0-RC1:3.0-23-5cb3bb0")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.fs2 : fs2-core_3.0.0-RC1 sbt scala dependency to your build.sbt file:

libraryDependencies += "co.fs2" % "fs2-core_3.0.0-RC1" % "3.0-23-5cb3bb0"

Advertisement

Dependencies from Group

Jul 31, 2023
365 usages
2.3k stars
Jul 31, 2023
309 usages
2.3k stars
Jul 31, 2023
212 usages
2.3k stars
Jul 31, 2023
210 usages
2.3k stars
Jul 31, 2023
129 usages
2.3k stars

Discover Dependencies

Aug 16, 2023
22 usages
29 stars
Aug 24, 2023
20 usages
41 stars
Oct 04, 2021
21 usages
May 05, 2021
19 usages
704 stars
Apr 28, 2021
19 usages
10 stars
May 02, 2023
20 usages
28 stars
May 13, 2021
19 usages
407 stars
Apr 20, 2021
19 usages
481 stars
Apr 28, 2021
19 usages
10 stars