MVN

de.heikoseeberger : akka-http-circe_2.12

Maven & Gradle

Jul 01, 2022
68 usages
591 stars

akka-http-circe · akka-http-circe

<dependency>
    <groupId>de.heikoseeberger</groupId>
    <artifactId>akka-http-circe_2.12</artifactId>
    <version>1.39.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.heikoseeberger : akka-http-circe_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.39.2
  • Latest Release Candidate: 1.40.0-RC3

All Versions

Choose a version of de.heikoseeberger : akka-http-circe_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.40.x
akka-http-circe_2.12-1.40.0-RC3
akka-http-circe_2.12-1.40.0-RC2
akka-http-circe_2.12-1.40.0-RC1
1.39.x
akka-http-circe_2.12-1.39.2
1.38.x
akka-http-circe_2.12-1.38.2
akka-http-circe_2.12-1.38.1
1.37.x
akka-http-circe_2.12-1.37.0
1.36.x
akka-http-circe_2.12-1.36.0
1.35.x
akka-http-circe_2.12-1.35.3
akka-http-circe_2.12-1.35.2
akka-http-circe_2.12-1.35.0
1.34.x
akka-http-circe_2.12-1.34.0
1.33.x
akka-http-circe_2.12-1.33.0
1.32.x
akka-http-circe_2.12-1.32.0
1.31.x
akka-http-circe_2.12-1.31.0
1.30.x
akka-http-circe_2.12-1.30.0
1.29.x
akka-http-circe_2.12-1.29.1
1.28.x
akka-http-circe_2.12-1.28.0
1.27.x
akka-http-circe_2.12-1.27.0
1.26.x
akka-http-circe_2.12-1.26.0
1.25.x
akka-http-circe_2.12-1.25.2
1.24.x
akka-http-circe_2.12-1.24.3
1.23.x
akka-http-circe_2.12-1.23.0
1.22.x
akka-http-circe_2.12-1.22.0
1.21.x
akka-http-circe_2.12-1.21.1
akka-http-circe_2.12-1.21.0
1.20.x
akka-http-circe_2.12-1.20.1
akka-http-circe_2.12-1.20.0
akka-http-circe_2.12-1.20.0-RC2
akka-http-circe_2.12-1.20.0-RC1
1.19.x
akka-http-circe_2.12-1.19.0
akka-http-circe_2.12-1.19.0-M3
akka-http-circe_2.12-1.19.0-M2
akka-http-circe_2.12-1.19.0-M1
1.18.x
akka-http-circe_2.12-1.18.1
akka-http-circe_2.12-1.18.0
1.17.x
akka-http-circe_2.12-1.17.0
1.16.x
akka-http-circe_2.12-1.16.1
akka-http-circe_2.12-1.16.0
1.15.x
akka-http-circe_2.12-1.15.0
1.14.x
akka-http-circe_2.12-1.14.0
1.13.x
akka-http-circe_2.12-1.13.0
1.12.x
akka-http-circe_2.12-1.12.0
1.11.x
akka-http-circe_2.12-1.11.0
akka-http-circe_2.12-1.11.0-M4
akka-http-circe_2.12-1.11.0-M3
akka-http-circe_2.12-1.11.0-M2
akka-http-circe_2.12-1.11.0-M1

How to add a dependency to Maven

Add the following de.heikoseeberger : akka-http-circe_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.heikoseeberger</groupId>
    <artifactId>akka-http-circe_2.12</artifactId>
    <version>1.39.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.heikoseeberger : akka-http-circe_2.12 gradle dependency to your build.gradle file:

implementation 'de.heikoseeberger:akka-http-circe_2.12:1.39.2'

Gradle Kotlin DSL: Add the following de.heikoseeberger : akka-http-circe_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("de.heikoseeberger:akka-http-circe_2.12:1.39.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.heikoseeberger : akka-http-circe_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "de.heikoseeberger" % "akka-http-circe_2.12" % "1.39.2"

Advertisement