MVN

de.heikoseeberger : akka-http-zio-json_2.12

Maven & Gradle

Jul 01, 2022
1 usages
591 stars

akka-http-zio-json · akka-http-zio-json

<dependency>
    <groupId>de.heikoseeberger</groupId>
    <artifactId>akka-http-zio-json_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-zio-json_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-zio-json_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.40.x
akka-http-zio-json_2.12-1.40.0-RC3
akka-http-zio-json_2.12-1.40.0-RC2
akka-http-zio-json_2.12-1.40.0-RC1
1.39.x
akka-http-zio-json_2.12-1.39.2
1.38.x
akka-http-zio-json_2.12-1.38.2
akka-http-zio-json_2.12-1.38.1
1.37.x
akka-http-zio-json_2.12-1.37.0
1.36.x
akka-http-zio-json_2.12-1.36.0

How to add a dependency to Maven

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

<dependency>
    <groupId>de.heikoseeberger</groupId>
    <artifactId>akka-http-zio-json_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-zio-json_2.12 gradle dependency to your build.gradle file:

implementation 'de.heikoseeberger:akka-http-zio-json_2.12:1.39.2'

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

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

How to add a dependency to SBT Scala

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

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