<?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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.activecomponents.jadex</groupId>
  <artifactId>jadex-serialization-xml</artifactId>
  <version>4.0.255</version>
  <dependencies>
    <dependency>
      <groupId>org.activecomponents.jadex</groupId>
      <artifactId>jadex-util-commons</artifactId>
      <version>4.0.255</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.activecomponents.jadex</groupId>
      <artifactId>jadex-serialization-traverser</artifactId>
      <version>4.0.255</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <description>Jadex XML is an XML data binding framework for Java and also for other representations. The main idea of Jadex XML is that neither the XML-Schema on the one side nor the Java classes on the other side should define other binding. Instead, a separate mapping between both is used as a mediation. This allows designing the XML representation independent of the Java side but still being able to connect both as desired. 
This idea was first put forward by the JiBX data binding framework. Jadex XML pushes it further by combining it with the configuration by exception principle. The framework can detect obvious correspondences between both sides automatically and only needs configuration information when translations are necessary. The configuration information is currently specified directly in form of Java configuration classes.</description>
  <name>xml</name>
  <scm>
    <url>https://github.com/actoron/jadex.git</url>
  </scm>
  <url>https://www.activecomponents.org</url>
  <developers>
    <developer>
      <id>alex</id>
      <name>Alexander Pokahr</name>
      <email>pokahr@gmx.net</email>
      <organization>Actoron GmbH</organization>
      <organizationUrl>https://actoron.com/</organizationUrl>
    </developer>
    <developer>
      <id>lars</id>
      <name>Lars Braubach</name>
      <email>braubach@gmx.net</email>
      <organization>Actoron GmbH</organization>
      <organizationUrl>https://actoron.com/</organizationUrl>
    </developer>
    <developer>
      <id>kai</id>
      <name>Kai Jander</name>
      <email>kai.jander@googlemail.com</email>
      <organization>Actoron GmbH</organization>
      <organizationUrl>https://actoron.com/</organizationUrl>
    </developer>
    <developer>
      <id>julian</id>
      <name>Julian Kalinowski</name>
      <email>kalinowski@informatik.uni-hamburg.de</email>
      <organization>University of Hamburg</organization>
      <organizationUrl>http://vsis-www.informatik.uni-hamburg.de/</organizationUrl>
    </developer>
  </developers>
  <licenses>
    <license>
      <name>GPL-3.0</name>
      <url>https://gnu.org/licenses/gpl-3.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
</project>
