MVN

com.typesafe.akka : akka-http-xml_3

Maven & Gradle

May 05, 2023
1.3k stars

akka-http-xml · Akka Http: Modern, fast, asynchronous, streaming-first HTTP server and client.

<dependency>
    <groupId>com.typesafe.akka</groupId>
    <artifactId>akka-http-xml_3</artifactId>
    <version>10.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.typesafe.akka : akka-http-xml_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.5.2

All Versions

Choose a version of com.typesafe.akka : akka-http-xml_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.5.x
akka-http-xml_3-10.5.2
akka-http-xml_3-10.5.1
akka-http-xml_3-10.5.0
akka-http-xml_3-10.5.0-M1

How to add a dependency to Maven

Add the following com.typesafe.akka : akka-http-xml_3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.typesafe.akka</groupId>
    <artifactId>akka-http-xml_3</artifactId>
    <version>10.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.typesafe.akka : akka-http-xml_3 gradle dependency to your build.gradle file:

implementation 'com.typesafe.akka:akka-http-xml_3:10.5.2'

Gradle Kotlin DSL: Add the following com.typesafe.akka : akka-http-xml_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.typesafe.akka:akka-http-xml_3:10.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.typesafe.akka : akka-http-xml_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.typesafe.akka" % "akka-http-xml_3" % "10.5.2"

Advertisement