Categories |
CategoriesRedis Data Databases CLI User Interface |
---|---|
GroupId | GroupIdcom.github.myibu |
ArtifactId | ArtifactIdsimple-redisclient |
Version | Version1.0.0a |
Type | Typejar |
Filename | Size |
---|---|
simple-redisclient-1.0.0a.pom | |
simple-redisclient-1.0.0a.jar | 16 KB |
simple-redisclient-1.0.0a-sources.jar | 5 KB |
simple-redisclient-1.0.0a-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.0a</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.myibu/simple-redisclient/
implementation 'com.github.myibu:simple-redisclient:1.0.0a'
// https://jarcasting.com/artifacts/com.github.myibu/simple-redisclient/
implementation ("com.github.myibu:simple-redisclient:1.0.0a")
'com.github.myibu:simple-redisclient:jar:1.0.0a'
<dependency org="com.github.myibu" name="simple-redisclient" rev="1.0.0a">
<artifact name="simple-redisclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.myibu', module='simple-redisclient', version='1.0.0a')
)
libraryDependencies += "com.github.myibu" % "simple-redisclient" % "1.0.0a"
[com.github.myibu/simple-redisclient "1.0.0a"]