License |
License |
---|---|
Categories |
CategoriesJackson Data JSON ORM |
GroupId | GroupIdorg.http4k |
ArtifactId | ArtifactIdhttp4k-format-jackson-xml |
Last Version | Last Version4.27.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhttp4k-format-jackson-xml
Http4k XML support using Jackson as an underlying engine
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.http4k/http4k-format-jackson-xml/ -->
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-format-jackson-xml</artifactId>
<version>4.27.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.http4k/http4k-format-jackson-xml/
implementation 'org.http4k:http4k-format-jackson-xml:4.27.0.0'
// https://jarcasting.com/artifacts/org.http4k/http4k-format-jackson-xml/
implementation ("org.http4k:http4k-format-jackson-xml:4.27.0.0")
'org.http4k:http4k-format-jackson-xml:jar:4.27.0.0'
<dependency org="org.http4k" name="http4k-format-jackson-xml" rev="4.27.0.0">
<artifact name="http4k-format-jackson-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.http4k', module='http4k-format-jackson-xml', version='4.27.0.0')
)
libraryDependencies += "org.http4k" % "http4k-format-jackson-xml" % "4.27.0.0"
[org.http4k/http4k-format-jackson-xml "4.27.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.http4k : http4k-format-core | jar | 4.27.0.0 |
org.http4k : http4k-format-jackson | jar | 4.27.0.0 |
com.fasterxml.jackson.dataformat : jackson-dataformat-xml | jar | 2.13.3 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.7.0 |