dataformat-xml
Used in: 
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
    <groupId>org.eclipse.digitaltwin.aas4j</groupId>
    <artifactId>dataformat-xml</artifactId>
    <version>1.0.0-milestone-02</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.eclipse.digitaltwin.aas4j</groupId>
  <artifactId>dataformat-xml</artifactId>
  <version>1.0.0-milestone-02</version>
  <name>Asset Administration Shell XML-Serializer</name>
  <description>Eclipse AAS Model for Java (AAS4J) implements the specification of the Asset Administration Shell (AAS) such as metamodels, submodels, serialization and deserialization modules, and validators based on the AAS specifications..</description>
  <url>https://github.com/eclipse-digitaltwin/aas4j/dataformat-xml</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <url>https://projects.eclipse.org/projects/dt.aas4j/who</url>
      <organization>SAP SE</organization>
    </developer>
    <developer>
      <url>https://projects.eclipse.org/projects/dt.aas4j/who</url>
      <organization>Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V.</organization>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/eclipse-digitaltwin/aas4j.git/dataformat-xml</connection>
    <developerConnection>scm:git:git:github.com/eclipse-digitaltwin/aas4j.git/dataformat-xml</developerConnection>
    <url>https://github.com/eclipse-digitaltwin/aas4j/tree/main/dataformat-xml</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.eclipse.digitaltwin.aas4j</groupId>
      <artifactId>dataformat-core</artifactId>
      <version>1.0.0-milestone-02</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-annotations</artifactId>
      <version>2.14.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.14.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.dataformat</groupId>
      <artifactId>jackson-dataformat-xml</artifactId>
      <version>2.14.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.31</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-simple</artifactId>
      <version>1.7.31</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>