valkey-glide
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.valkey</groupId> <artifactId>valkey-glide</artifactId> <version>2.0.0-rc1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.valkey</groupId> <artifactId>valkey-glide</artifactId> <version>2.0.0-rc1</version> <packaging>pom</packaging> <name>valkey-glide</name> <description>General Language Independent Driver for the Enterprise (GLIDE) for Valkey</description> <url>https://github.com/valkey-io/valkey-glide.git</url> <inceptionYear>2024</inceptionYear> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Valkey GLIDE Maintainers</name> <url>https://github.com/valkey-io/valkey-glide.git</url> </developer> </developers> <scm> <connection>scm:git:ssh://git@github.com/valkey-io/valkey-glide.git</connection> <developerConnection>scm:git:ssh://git@github.com/valkey-io/valkey-glide.git</developerConnection> <url>https://github.com/valkey-io/valkey-glide</url> </scm> <dependencies> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.13.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> <version>4.1.115.Final</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport-native-epoll</artifactId> <version>4.1.115.Final</version> <classifier>linux-x86_64</classifier> <scope>runtime</scope> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport-native-epoll</artifactId> <version>4.1.115.Final</version> <classifier>linux-aarch_64</classifier> <scope>runtime</scope> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport-native-kqueue</artifactId> <version>4.1.115.Final</version> <classifier>osx-aarch_64</classifier> <scope>runtime</scope> </dependency> </dependencies> </project>