MVN

com.armanbilge : http4s-blaze-server_3

Maven & Gradle

Aug 04, 2021
2.1k stars

blaze-server · blaze implementation for http4s servers

<dependency>
    <groupId>com.armanbilge</groupId>
    <artifactId>http4s-blaze-server_3</artifactId>
    <version>1.0-377-020cf9e</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.armanbilge : http4s-blaze-server_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0-377-020cf9e

All Versions

Choose a version of com.armanbilge : http4s-blaze-server_3 to add to Maven or Gradle - All Versions:

  • Version Updated
  • http4s-blaze-server_3-1.0-377-020cf9e

    Aug 03, 2021
  • http4s-blaze-server_3-1.0-148-8da8898

    Jul 15, 2021

How to add a dependency to Maven

Add the following com.armanbilge : http4s-blaze-server_3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.armanbilge</groupId>
    <artifactId>http4s-blaze-server_3</artifactId>
    <version>1.0-377-020cf9e</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.armanbilge : http4s-blaze-server_3 gradle dependency to your build.gradle file:

implementation 'com.armanbilge:http4s-blaze-server_3:1.0-377-020cf9e'

Gradle Kotlin DSL: Add the following com.armanbilge : http4s-blaze-server_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.armanbilge:http4s-blaze-server_3:1.0-377-020cf9e")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.armanbilge : http4s-blaze-server_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.armanbilge" % "http4s-blaze-server_3" % "1.0-377-020cf9e"