MVN

com.alessandromarrella : fs2-elastic_2.12

Maven & Gradle

Jul 08, 2019
8 stars

fs2-elastic · fs2-elastic

<dependency>
    <groupId>com.alessandromarrella</groupId>
    <artifactId>fs2-elastic_2.12</artifactId>
    <version>6.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.alessandromarrella : fs2-elastic_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.8.1

All Versions

Choose a version of com.alessandromarrella : fs2-elastic_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.8.x
fs2-elastic_2.12-6.8.1
6.7.x
fs2-elastic_2.12-6.7.2
6.6.x
fs2-elastic_2.12-6.6.2
6.5.x
fs2-elastic_2.12-6.5.4
6.4.x
fs2-elastic_2.12-6.4.3
fs2-elastic_2.12-6.4.1
fs2-elastic_2.12-6.4.0
6.3.x
fs2-elastic_2.12-6.3.1
fs2-elastic_2.12-6.3.0
6.2.x
fs2-elastic_2.12-6.2.1
fs2-elastic_2.12-6.2.0
6.1.x
fs2-elastic_2.12-6.1.6
fs2-elastic_2.12-6.1.5
fs2-elastic_2.12-6.1.4
fs2-elastic_2.12-6.1.3
fs2-elastic_2.12-6.1.2
fs2-elastic_2.12-6.1.1
fs2-elastic_2.12-6.1.0
6.0.x
fs2-elastic_2.12-6.0.6
fs2-elastic_2.12-6.0.5
fs2-elastic_2.12-6.0.4
fs2-elastic_2.12-6.0.3
fs2-elastic_2.12-6.0.2
fs2-elastic_2.12-6.0.1
fs2-elastic_2.12-6.0.0
5.6.x
fs2-elastic_2.12-5.6.7
fs2-elastic_2.12-5.6.6
fs2-elastic_2.12-5.6.5
fs2-elastic_2.12-5.6.3
fs2-elastic_2.12-5.6.2
fs2-elastic_2.12-5.6.1
fs2-elastic_2.12-5.6.0

How to add a dependency to Maven

Add the following com.alessandromarrella : fs2-elastic_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.alessandromarrella</groupId>
    <artifactId>fs2-elastic_2.12</artifactId>
    <version>6.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.alessandromarrella : fs2-elastic_2.12 gradle dependency to your build.gradle file:

implementation 'com.alessandromarrella:fs2-elastic_2.12:6.8.1'

Gradle Kotlin DSL: Add the following com.alessandromarrella : fs2-elastic_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.alessandromarrella:fs2-elastic_2.12:6.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.alessandromarrella : fs2-elastic_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.alessandromarrella" % "fs2-elastic_2.12" % "6.8.1"

Advertisement