MVN

org.http4s : http4s-scalatags_2.13.0-M5

Maven & Gradle

Aug 15, 2019
2.5k stars

scalatags · Scalatags template support for http4s

<dependency>
    <groupId>org.http4s</groupId>
    <artifactId>http4s-scalatags_2.13.0-M5</artifactId>
    <version>0.20.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.http4s : http4s-scalatags_2.13.0-M5 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.20.10
  • Latest Release Candidate: 0.20.0-RC1

All Versions

Choose a version of org.http4s : http4s-scalatags_2.13.0-M5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.20.x
http4s-scalatags_2.13.0-M5-0.20.10
http4s-scalatags_2.13.0-M5-0.20.9
http4s-scalatags_2.13.0-M5-0.20.8
http4s-scalatags_2.13.0-M5-0.20.7
http4s-scalatags_2.13.0-M5-0.20.6
http4s-scalatags_2.13.0-M5-0.20.5
http4s-scalatags_2.13.0-M5-0.20.4
http4s-scalatags_2.13.0-M5-0.20.3
http4s-scalatags_2.13.0-M5-0.20.2
http4s-scalatags_2.13.0-M5-0.20.1
http4s-scalatags_2.13.0-M5-0.20.0
http4s-scalatags_2.13.0-M5-0.20.0-RC1

How to add a dependency to Maven

Add the following org.http4s : http4s-scalatags_2.13.0-M5 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.http4s</groupId>
    <artifactId>http4s-scalatags_2.13.0-M5</artifactId>
    <version>0.20.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.http4s : http4s-scalatags_2.13.0-M5 gradle dependency to your build.gradle file:

implementation 'org.http4s:http4s-scalatags_2.13.0-M5:0.20.10'

Gradle Kotlin DSL: Add the following org.http4s : http4s-scalatags_2.13.0-M5 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.http4s:http4s-scalatags_2.13.0-M5:0.20.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.http4s : http4s-scalatags_2.13.0-M5 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.http4s" % "http4s-scalatags_2.13.0-M5" % "0.20.10"

Advertisement