joyrpc-serialization-fst
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.joyrpc</groupId> <artifactId>joyrpc-serialization-fst</artifactId> <version>1.4.7-RELEASE</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"> <parent> <artifactId>joyrpc-codec</artifactId> <groupId>io.joyrpc</groupId> <version>1.4.7-RELEASE</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>joyrpc-serialization-fst</artifactId> <properties> <fst.version>2.56</fst.version> </properties> <dependencies> <dependency> <groupId>de.ruedigermoeller</groupId> <artifactId>fst</artifactId> <version>${fst.version}</version> <exclusions> <exclusion> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> </dependency> </dependencies> </project>