MVN

org.http4s : http4s-crypto_2.13

Maven & Gradle

Sep 15, 2022
1 usages
7 stars

http4s-crypto · http4s-crypto

<dependency>
    <groupId>org.http4s</groupId>
    <artifactId>http4s-crypto_2.13</artifactId>
    <version>0.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.http4s : http4s-crypto_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.4

All Versions

Choose a version of org.http4s : http4s-crypto_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
http4s-crypto_2.13-0.2.4
http4s-crypto_2.13-0.2.4-M1
http4s-crypto_2.13-0.2.3
http4s-crypto_2.13-0.2.2
http4s-crypto_2.13-0.2.1-2-e02c3f6
http4s-crypto_2.13-0.2.1
http4s-crypto_2.13-0.2.0-216-61bf79f
http4s-crypto_2.13-0.2.0
0.2
http4s-crypto_2.13-0.2-104-bd964ce
http4s-crypto_2.13-0.2-102-64f3fcd
http4s-crypto_2.13-0.2-100-919a118
http4s-crypto_2.13-0.2-97-2fdd099
http4s-crypto_2.13-0.2-95-699f4d8
http4s-crypto_2.13-0.2-93-f94267d
http4s-crypto_2.13-0.2-91-a29daa4
http4s-crypto_2.13-0.2-89-dc59072
http4s-crypto_2.13-0.2-87-24a3fcc
http4s-crypto_2.13-0.2-84-c3d28cb
http4s-crypto_2.13-0.2-82-7d0398f
http4s-crypto_2.13-0.2-80-266b17b
http4s-crypto_2.13-0.2-78-ff838a4
http4s-crypto_2.13-0.2-76-d097466
http4s-crypto_2.13-0.2-74-e90c013
http4s-crypto_2.13-0.2-72-03925e7
http4s-crypto_2.13-0.2-70-86957d0
http4s-crypto_2.13-0.2-68-6370b7b
http4s-crypto_2.13-0.2-66-c8aa1c7
http4s-crypto_2.13-0.2-64-dad6ac7
http4s-crypto_2.13-0.2-62-8ba2b73
http4s-crypto_2.13-0.2-58-e1b6ded
http4s-crypto_2.13-0.2-56-d40aeb0
http4s-crypto_2.13-0.2-54-c6e93cf
http4s-crypto_2.13-0.2-52-d672c97
http4s-crypto_2.13-0.2-50-b171f9f
http4s-crypto_2.13-0.2-48-1270a5c
http4s-crypto_2.13-0.2-45-3360670
http4s-crypto_2.13-0.2-43-631acf7
http4s-crypto_2.13-0.2-40-020bf78
http4s-crypto_2.13-0.2-38-1e17e8b
http4s-crypto_2.13-0.2-36-a69b328
http4s-crypto_2.13-0.2-34-941b00f
http4s-crypto_2.13-0.2-32-ee1c425
http4s-crypto_2.13-0.2-30-cec91ec
http4s-crypto_2.13-0.2-28-80fb8f3
http4s-crypto_2.13-0.2-25-8f4ca63
http4s-crypto_2.13-0.2-23-f63ebe5
http4s-crypto_2.13-0.2-20-1b256a0
http4s-crypto_2.13-0.2-18-a7c391d
http4s-crypto_2.13-0.2-4-27146d1
http4s-crypto_2.13-0.2-2-b66a82f
http4s-crypto_2.13-0.2-23-4f0dcef
http4s-crypto_2.13-0.2-21-ead44d3
http4s-crypto_2.13-0.2-19-9b50451
http4s-crypto_2.13-0.2-17-ea12f24
http4s-crypto_2.13-0.2-10-391d900
http4s-crypto_2.13-0.2-6-6a0595a
0.1.x
http4s-crypto_2.13-0.1.0
0.1
http4s-crypto_2.13-0.1-019ed6f

How to add a dependency to Maven

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

<dependency>
    <groupId>org.http4s</groupId>
    <artifactId>http4s-crypto_2.13</artifactId>
    <version>0.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.http4s : http4s-crypto_2.13 gradle dependency to your build.gradle file:

implementation 'org.http4s:http4s-crypto_2.13:0.2.4'

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

implementation("org.http4s:http4s-crypto_2.13:0.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.http4s : http4s-crypto_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.http4s" % "http4s-crypto_2.13" % "0.2.4"