MVN

io.github.dmateusp : fs2-aws-testkit_2.12

Maven & Gradle

Feb 07, 2020
180 stars

fs2-aws-testkit · fs2-aws-testkit

<dependency>
    <groupId>io.github.dmateusp</groupId>
    <artifactId>fs2-aws-testkit_2.12</artifactId>
    <version>2.28.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.dmateusp : fs2-aws-testkit_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.28.10

All Versions

Choose a version of io.github.dmateusp : fs2-aws-testkit_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.28.x
fs2-aws-testkit_2.12-2.28.10
fs2-aws-testkit_2.12-2.28.8
fs2-aws-testkit_2.12-2.28.7
fs2-aws-testkit_2.12-2.28.6
fs2-aws-testkit_2.12-2.28.5
0.28.x
fs2-aws-testkit_2.12-0.28.4
fs2-aws-testkit_2.12-0.28.3
fs2-aws-testkit_2.12-0.28.0
0.27.x
fs2-aws-testkit_2.12-0.27.3
fs2-aws-testkit_2.12-0.27.1
fs2-aws-testkit_2.12-0.27.0
0.26.x
fs2-aws-testkit_2.12-0.26.5
fs2-aws-testkit_2.12-0.26.4
fs2-aws-testkit_2.12-0.26.3
fs2-aws-testkit_2.12-0.26.2
fs2-aws-testkit_2.12-0.26.1
fs2-aws-testkit_2.12-0.26.0
0.25.x
fs2-aws-testkit_2.12-0.25.0
0.24.x
fs2-aws-testkit_2.12-0.24.0
0.23.x
fs2-aws-testkit_2.12-0.23.0
0.15.x
fs2-aws-testkit_2.12-0.15.0
0.13.x
fs2-aws-testkit_2.12-0.13.0
0.11.x
fs2-aws-testkit_2.12-0.11.0

How to add a dependency to Maven

Add the following io.github.dmateusp : fs2-aws-testkit_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.dmateusp</groupId>
    <artifactId>fs2-aws-testkit_2.12</artifactId>
    <version>2.28.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.dmateusp : fs2-aws-testkit_2.12 gradle dependency to your build.gradle file:

implementation 'io.github.dmateusp:fs2-aws-testkit_2.12:2.28.10'

Gradle Kotlin DSL: Add the following io.github.dmateusp : fs2-aws-testkit_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.dmateusp:fs2-aws-testkit_2.12:2.28.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.dmateusp : fs2-aws-testkit_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.dmateusp" % "fs2-aws-testkit_2.12" % "2.28.10"

Advertisement