MVN

org.http4s : http4s-fs2-data-xml-scala_2.13

Maven & Gradle

May 31, 2023
9 stars

http4s-fs2-data-xml-scala · Provides scala-xml codecs for http4s via fs2-data

<dependency>
    <groupId>org.http4s</groupId>
    <artifactId>http4s-fs2-data-xml-scala_2.13</artifactId>
    <version>1.0.0-M40</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.http4s : http4s-fs2-data-xml-scala_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-M40

All Versions

Choose a version of org.http4s : http4s-fs2-data-xml-scala_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
http4s-fs2-data-xml-scala_2.13-1.0.0-M40
http4s-fs2-data-xml-scala_2.13-1.0.0-M39
0.2.x
http4s-fs2-data-xml-scala_2.13-0.2.0-M39
http4s-fs2-data-xml-scala_2.13-0.2.0
0.1.x
http4s-fs2-data-xml-scala_2.13-0.1.0
http4s-fs2-data-xml-scala_2.13-0.1.0-M1

How to add a dependency to Maven

Add the following org.http4s : http4s-fs2-data-xml-scala_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.http4s</groupId>
    <artifactId>http4s-fs2-data-xml-scala_2.13</artifactId>
    <version>1.0.0-M40</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.http4s : http4s-fs2-data-xml-scala_2.13 gradle dependency to your build.gradle file:

implementation 'org.http4s:http4s-fs2-data-xml-scala_2.13:1.0.0-M40'

Gradle Kotlin DSL: Add the following org.http4s : http4s-fs2-data-xml-scala_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.http4s:http4s-fs2-data-xml-scala_2.13:1.0.0-M40")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.http4s : http4s-fs2-data-xml-scala_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.http4s" % "http4s-fs2-data-xml-scala_2.13" % "1.0.0-M40"

Advertisement