dawdler-client-plug-session
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>club.dawdler</groupId>
<artifactId>dawdler-client-plug-session</artifactId>
<version>0.1.6-jdk25-RELEASES</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>club.dawdler</groupId> <artifactId>dawdler</artifactId> <version>0.1.6-jdk25-RELEASES</version> </parent> <artifactId>dawdler-client-plug-session</artifactId> <name>dawdler-client-plug-session</name> <packaging>jar</packaging> <dependencies> <dependency> <groupId>jakarta.servlet</groupId> <artifactId>jakarta.servlet-api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>com.github.ben-manes.caffeine</groupId> <artifactId>caffeine</artifactId> </dependency> <dependency> <groupId>club.dawdler</groupId> <artifactId>dawdler-serialization</artifactId> </dependency> <dependency> <groupId>club.dawdler</groupId> <artifactId>dawdler-util</artifactId> </dependency> <dependency> <groupId>club.dawdler</groupId> <artifactId>dawdler-jedis-core</artifactId> </dependency> </dependencies> </project>