serialization
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.quatico.magellan</groupId>
<artifactId>serialization</artifactId>
<version>0.3.0</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>com.quatico.magellan</groupId>
<artifactId>serialization</artifactId>
<version>0.3.0</version>
<name>Quatico Solutions AG :: Magellan Serialization</name>
<description>Magellan Serialization Module representing the Java Counterpart confirming to the same JSON
input/output as the Magellan TypeScript packages.</description>
<url>https://github.com/quatico-solutions/magellan/packages/java/serialization</url>
<licenses>
<license>
<name>The MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id></id>
<name>Marc Schaerer</name>
<organization>Quatico Solutions AG</organization>
<organizationUrl>https://www.quatico.com</organizationUrl>
<roles>
<role>Project-Administrator</role>
<role>Developer</role>
</roles>
<timezone>+1</timezone>
</developer>
</developers>
<scm>
<url>https://github.com/quatico-solutions/magellan.git/serialization</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.9.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>