License |
License |
---|---|
Categories |
CategoriesRedis Data Databases CLI User Interface |
GroupId | GroupIdcom.github.myibu |
ArtifactId | ArtifactIdsimple-redisclient |
Last Version | Last Version1.0.1b |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsimple-redisclient
Redis client using REdis Serialization Protocol
|
Project URL |
Project URL |
Filename | Size |
---|---|
simple-redisclient-1.0.1b.pom | |
simple-redisclient-1.0.1b.jar | 16 KB |
simple-redisclient-1.0.1b-sources.jar | 5 KB |
simple-redisclient-1.0.1b-javadoc.jar | 426 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.myibu/simple-redisclient/ -->
<dependency>
<groupId>com.github.myibu</groupId>
<artifactId>simple-redisclient</artifactId>
<version>1.0.1b</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.myibu/simple-redisclient/
implementation 'com.github.myibu:simple-redisclient:1.0.1b'
// https://jarcasting.com/artifacts/com.github.myibu/simple-redisclient/
implementation ("com.github.myibu:simple-redisclient:1.0.1b")
'com.github.myibu:simple-redisclient:jar:1.0.1b'
<dependency org="com.github.myibu" name="simple-redisclient" rev="1.0.1b">
<artifact name="simple-redisclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.myibu', module='simple-redisclient', version='1.0.1b')
)
libraryDependencies += "com.github.myibu" % "simple-redisclient" % "1.0.1b"
[com.github.myibu/simple-redisclient "1.0.1b"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |