License |
License |
---|---|
Categories |
CategoriesAkka Container Microservices Reactive libraries |
GroupId | GroupIdcom.typesafe.akka |
ArtifactId | ArtifactIdakka-http-xml |
Version | Version3.0.0-RC1 |
Type | Typejar |
Description |
Descriptionakka-http-xml
akka-http-xml
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
akka-http-xml-3.0.0-RC1.pom | |
akka-http-xml-3.0.0-RC1.jar | 10 KB |
akka-http-xml-3.0.0-RC1-sources.jar | 2 KB |
akka-http-xml-3.0.0-RC1-javadoc.jar | 354 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.typesafe.akka/akka-http-xml/ -->
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-http-xml</artifactId>
<version>3.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-http-xml/
implementation 'com.typesafe.akka:akka-http-xml:3.0.0-RC1'
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-http-xml/
implementation ("com.typesafe.akka:akka-http-xml:3.0.0-RC1")
'com.typesafe.akka:akka-http-xml:jar:3.0.0-RC1'
<dependency org="com.typesafe.akka" name="akka-http-xml" rev="3.0.0-RC1">
<artifact name="akka-http-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.akka', module='akka-http-xml', version='3.0.0-RC1')
)
libraryDependencies += "com.typesafe.akka" % "akka-http-xml" % "3.0.0-RC1"
[com.typesafe.akka/akka-http-xml "3.0.0-RC1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.8 |
com.typesafe.akka : akka-http | jar | 3.0.0-RC1 |
org.scala-lang.modules : scala-xml_2.11 | jar | 1.0.5 |