easyjson-test-gson
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.bes2008.solution.easyjson</groupId>
<artifactId>easyjson-test-gson</artifactId>
<version>4.1.7</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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>io.github.bes2008.solution.easyjson</groupId>
<artifactId>easyjson-test</artifactId>
<version>4.1.7</version>
</parent>
<artifactId>easyjson-test-gson</artifactId>
<name>${project.groupId}:${project.artifactId}:${project.version}</name>
<packaging>pom</packaging>
<description>gson测试用例包</description>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<modules>
<module>easyjson-test-gson-base</module>
<module>easyjson-test-gson-impl</module>
<module>easysjon-test-gson-to-fastjson</module>
<module>easyjson-test-gson-to-jackson</module>
</modules>
</project>