MVN

no.scalabin.http4s : http4s-directives_2.11

Maven & Gradle

Sep 20, 2019
7 stars

http4s-directives · http4s-directives

<dependency>
    <groupId>no.scalabin.http4s</groupId>
    <artifactId>http4s-directives_2.11</artifactId>
    <version>0.13.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.scalabin.http4s : http4s-directives_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13.0

All Versions

Choose a version of no.scalabin.http4s : http4s-directives_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.20.x
http4s-directives_2.11-0.20.0-M6-2
http4s-directives_2.11-0.20.0-M6-1
http4s-directives_2.11-0.20.0-M5-2
http4s-directives_2.11-0.20.0-M5-1
http4s-directives_2.11-0.20.0-M4-1
0.13.x
http4s-directives_2.11-0.13.0
0.12.x
http4s-directives_2.11-0.12.0
0.11.x
http4s-directives_2.11-0.11.0
0.10.x
http4s-directives_2.11-0.10.0
0.9.x
http4s-directives_2.11-0.9.1
http4s-directives_2.11-0.9.0
0.8.x
http4s-directives_2.11-0.8.0
0.7.x
http4s-directives_2.11-0.7.0
0.5.x
http4s-directives_2.11-0.5.1
http4s-directives_2.11-0.5.0
0.4.x
http4s-directives_2.11-0.4.0
0.3.x
http4s-directives_2.11-0.3.0
0.2.x
http4s-directives_2.11-0.2.0
0.1.x
http4s-directives_2.11-0.1.0

How to add a dependency to Maven

Add the following no.scalabin.http4s : http4s-directives_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>no.scalabin.http4s</groupId>
    <artifactId>http4s-directives_2.11</artifactId>
    <version>0.13.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following no.scalabin.http4s : http4s-directives_2.11 gradle dependency to your build.gradle file:

implementation 'no.scalabin.http4s:http4s-directives_2.11:0.13.0'

Gradle Kotlin DSL: Add the following no.scalabin.http4s : http4s-directives_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("no.scalabin.http4s:http4s-directives_2.11:0.13.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following no.scalabin.http4s : http4s-directives_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "no.scalabin.http4s" % "http4s-directives_2.11" % "0.13.0"