License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.github.senssic |
ArtifactId | ArtifactIdsc-redis |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDependency definitions for all tools projects
|
Filename | Size |
---|---|
sc-redis-1.0.0.pom | |
sc-redis-1.0.0.jar | 22 KB |
sc-redis-1.0.0-sources.jar | 2 KB |
sc-redis-1.0.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.senssic/sc-redis/ -->
<dependency>
<groupId>com.github.senssic</groupId>
<artifactId>sc-redis</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.senssic/sc-redis/
implementation 'com.github.senssic:sc-redis:1.0.0'
// https://jarcasting.com/artifacts/com.github.senssic/sc-redis/
implementation ("com.github.senssic:sc-redis:1.0.0")
'com.github.senssic:sc-redis:jar:1.0.0'
<dependency org="com.github.senssic" name="sc-redis" rev="1.0.0">
<artifact name="sc-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.senssic', module='sc-redis', version='1.0.0')
)
libraryDependencies += "com.github.senssic" % "sc-redis" % "1.0.0"
[com.github.senssic/sc-redis "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
redis.clients : jedis | jar | 2.7.2 |
org.apache.commons : commons-lang3 | jar | 3.5 |
com.github.senssic : sc-utils | jar | 1.0.0 |
org.slf4j : slf4j-api | jar | 1.7.21 |
ch.qos.logback : logback-core | jar | 1.1.7 |
ch.qos.logback : logback-classic | jar | 1.1.7 |
org.slf4j : jcl-over-slf4j | jar | 1.7.21 |
com.alibaba : fastjson | jar | 1.2.20 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |