License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.2oi7 |
ArtifactId | ArtifactIdstarter-redis |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionstarter-redis
redis起步依赖
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
starter-redis-1.0.0.pom | |
starter-redis-1.0.0.jar | 2 KB |
starter-redis-1.0.0-sources.jar | 560 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.2oi7/starter-redis/ -->
<dependency>
<groupId>com.2oi7</groupId>
<artifactId>starter-redis</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.2oi7/starter-redis/
implementation 'com.2oi7:starter-redis:1.0.0'
// https://jarcasting.com/artifacts/com.2oi7/starter-redis/
implementation ("com.2oi7:starter-redis:1.0.0")
'com.2oi7:starter-redis:jar:1.0.0'
<dependency org="com.2oi7" name="starter-redis" rev="1.0.0">
<artifact name="starter-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.2oi7', module='starter-redis', version='1.0.0')
)
libraryDependencies += "com.2oi7" % "starter-redis" % "1.0.0"
[com.2oi7/starter-redis "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.2oi7 : component-redis | jar | 2.0.0 |
org.springframework.boot : spring-boot-starter-data-redis | jar | 2.0.5.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.0.5.RELEASE |
junit : junit | jar | 4.12 |