http4k-format-xml
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.http4k</groupId> <artifactId>http4k-format-xml</artifactId> <version>6.7.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.http4k</groupId> <artifactId>http4k-format-xml</artifactId> <version>6.7.0.0</version> <dependencies> <dependency> <groupId>org.http4k</groupId> <artifactId>http4k-format-core</artifactId> <version>6.7.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.http4k</groupId> <artifactId>http4k-format-gson</artifactId> <version>6.7.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20250107</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.1.20</version> <scope>compile</scope> </dependency> </dependencies> <name>http4k-format-xml</name> <description>http4k XML support using GSON as an underlying engine</description> <url>https://http4k.org</url> <developers> <developer> <name>David Denton</name> <email>david@http4k.org</email> </developer> <developer> <name>Ivan Sanchez</name> <email>ivan@http4k.org</email> </developer> </developers> <scm> <url>https://github.com/http4k/http4k</url> <connection>scm:git:git@github.com:http4k/http4k.git</connection> <developerConnection>scm:git:git@github.com:http4k/http4k.git</developerConnection> </scm> <licenses> <license> <name>Apache-2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> </project>