r

redis-authx-core

Redis AuthX Core is the core lib of an extension for Redis Java Clients to support token-based authentication.
https://github.com/redis/redis-authx-core
MIT
文件下载
文件名 操作
redis-authx-core-0.1.1-beta1.jar 下载
redis-authx-core-0.1.1-beta1.pom 下载
redis-authx-core-0.1.1-beta1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>redis.clients.authentication</groupId>
  <artifactId>redis-authx-core</artifactId>
  <version>0.1.1-beta1</version>
</dependency>
Gradle Groovy
implementation 'redis.clients.authentication:redis-authx-core:0.1.1-beta1'
Gradle Kotlin
implementation("redis.clients.authentication:redis-authx-core:0.1.1-beta1")
Scala SBT
libraryDependencies += "redis.clients.authentication" % "redis-authx-core" % "0.1.1-beta1"
Groovy Grape
@Grapes(
  @Grab(group='redis.clients.authentication', module='redis-authx-core', version='0.1.1-beta1')
)
Apache Ivy
<dependency org="redis.clients.authentication" name="redis-authx-core" rev="0.1.1-beta1" />
Leiningen
[redis.clients.authentication/redis-authx-core "0.1.1-beta1"]
Apache Buildr
'redis.clients.authentication:redis-authx-core:jar:0.1.1-beta1'