serialization
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.coldis.library</groupId>
<artifactId>serialization</artifactId>
<version>2.0.49</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.coldis</groupId> <artifactId>configuration</artifactId> <version>2.0.151</version> </parent> <groupId>org.coldis.library</groupId> <artifactId>serialization</artifactId> <version>2.0.49</version> <packaging>jar</packaging> <name>Serialization utilities</name> <description>Core Java serialization utilities.</description> <url>http://coldis.org/project/library/java-serialization</url> <licenses> <license> <name>GPL</name> </license> </licenses> <developers> <developer> <email>me@rvcoutinho.com</email> </developer> </developers> <properties> <project.config.source.main.aspect.phase>none</project.config.source.main.aspect.phase> <project.config.source.test.aspect.phase>none</project.config.source.test.aspect.phase> <project.config.source.test.compile.annotationProcessors>org.coldis.library.dto.DtoGenerator</project.config.source.test.compile.annotationProcessors> </properties> <scm> <url>https://github.com/coldis-org/library-java-serialization</url> <connection> scm:git:https://github.com/coldis-org/library-java-serialization.git</connection> <developerConnection> scm:git:git@github.com:coldis-org/library-java-serialization.git</developerConnection> <tag>serialization-2.0.49</tag> </scm> <dependencies> <dependency> <groupId>org.coldis.library</groupId> <artifactId>core</artifactId> <version>2.0.87</version> </dependency> <dependency> <groupId>org.coldis.library</groupId> <artifactId>dto</artifactId> <version>2.0.30</version> <scope>test</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jsr310</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-csv</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-runtime</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-core</artifactId> </dependency> <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-format</artifactId> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-params</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> </dependency> </dependencies> </project>