License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.jovezhao.nest |
ArtifactId | ArtifactIdnest-redis |
Version | Version1.3.RELEASE |
Type | Typejar |
Description |
Descriptionnest framework
|
Filename | Size |
---|---|
nest-redis-1.3.RELEASE.pom | |
nest-redis-1.3.RELEASE.jar | 4 KB |
nest-redis-1.3.RELEASE-sources.jar | 1 KB |
nest-redis-1.3.RELEASE-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jovezhao.nest/nest-redis/ -->
<dependency>
<groupId>com.jovezhao.nest</groupId>
<artifactId>nest-redis</artifactId>
<version>1.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.jovezhao.nest/nest-redis/
implementation 'com.jovezhao.nest:nest-redis:1.3.RELEASE'
// https://jarcasting.com/artifacts/com.jovezhao.nest/nest-redis/
implementation ("com.jovezhao.nest:nest-redis:1.3.RELEASE")
'com.jovezhao.nest:nest-redis:jar:1.3.RELEASE'
<dependency org="com.jovezhao.nest" name="nest-redis" rev="1.3.RELEASE">
<artifact name="nest-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jovezhao.nest', module='nest-redis', version='1.3.RELEASE')
)
libraryDependencies += "com.jovezhao.nest" % "nest-redis" % "1.3.RELEASE"
[com.jovezhao.nest/nest-redis "1.3.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.jovezhao.nest : nest-core | jar | 1.3.RELEASE |
redis.clients : jedis | jar | 2.9.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.0 |