yew-serialization
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.flysium-io</groupId>
<artifactId>yew-serialization</artifactId>
<version>1.0.4</version>
</dependency><!-- ~ Copyright (c) 2018-2025 the original author or authors. ~ ~ This program is licensed to you under the Apache License Version 2.0, ~ and you may not use this file except in compliance with the Apache License Version 2.0. ~ You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. ~ ~ Unless required by applicable law or agreed to in writing, ~ software distributed under the Apache License Version 2.0 is distributed on an ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. --> <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>com.github.flysium-io</groupId> <artifactId>yew-parent</artifactId> <version>1.0.4</version> <relativePath>../yew-parent</relativePath> </parent> <artifactId>yew-serialization</artifactId> <packaging>pom</packaging> <name>Yew Serialization Libraries</name> <modules> <module>yew-serialization-api</module> <module>yew-serialization-fastjson</module> <module>yew-serialization-jdk</module> <module>yew-serialization-kryo</module> <module>yew-serialization-test</module> </modules> </project>