| License |
License |
|---|---|
| Categories |
CategoriesRedis Data Databases ActiveJ User Interface Web Frameworks |
| GroupId | GroupIdio.activej |
| ArtifactId | ArtifactIdactivej-redis |
| Version | Version5.1 |
| Type | Typejar |
| Description |
DescriptionActiveJ : Redis Client
Asynchronous lightweight high-performance Redis client with extendable API for Redis commands.
|
| Filename | Size |
|---|---|
| activej-redis-5.1.pom | |
| activej-redis-5.1.jar | 37 KB |
| activej-redis-5.1-sources.jar | 21 KB |
| activej-redis-5.1-javadoc.jar | 198 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.activej/activej-redis/ -->
<dependency>
<groupId>io.activej</groupId>
<artifactId>activej-redis</artifactId>
<version>5.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.activej/activej-redis/
implementation 'io.activej:activej-redis:5.1'
// https://jarcasting.com/artifacts/io.activej/activej-redis/
implementation ("io.activej:activej-redis:5.1")
'io.activej:activej-redis:jar:5.1'
<dependency org="io.activej" name="activej-redis" rev="5.1">
<artifact name="activej-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.activej', module='activej-redis', version='5.1')
)
libraryDependencies += "io.activej" % "activej-redis" % "5.1"
[io.activej/activej-redis "5.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.activej : activej-net | jar | 5.1 |
| org.jetbrains : annotations | jar | 22.0.0 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.activej : activej-test | jar | 5.1 |
| ai.grakn : redis-mock | jar | 0.1.6 |
| junit : junit | jar | 4.13.2 |
| ch.qos.logback : logback-classic | jar | 1.2.6 |
| org.jmock : jmock-junit4 | jar | 2.12.0 |