| License |
License |
|---|---|
| Categories |
CategoriesJava Languages Redis Data Databases CLI User Interface |
| GroupId | GroupIdcom.gitee.opensource4clive |
| ArtifactId | ArtifactIdjava-tools-redis |
| Last Version | Last Version4.0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSome commonly used methods in java
|
| Filename | Size |
|---|---|
| java-tools-redis-4.0.4.pom | |
| java-tools-redis-4.0.4.jar | 13 KB |
| java-tools-redis-4.0.4-sources.jar | 7 KB |
| java-tools-redis-4.0.4-javadoc.jar | 46 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.opensource4clive/java-tools-redis/ -->
<dependency>
<groupId>com.gitee.opensource4clive</groupId>
<artifactId>java-tools-redis</artifactId>
<version>4.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.opensource4clive/java-tools-redis/
implementation 'com.gitee.opensource4clive:java-tools-redis:4.0.4'
// https://jarcasting.com/artifacts/com.gitee.opensource4clive/java-tools-redis/
implementation ("com.gitee.opensource4clive:java-tools-redis:4.0.4")
'com.gitee.opensource4clive:java-tools-redis:jar:4.0.4'
<dependency org="com.gitee.opensource4clive" name="java-tools-redis" rev="4.0.4">
<artifact name="java-tools-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.opensource4clive', module='java-tools-redis', version='4.0.4')
)
libraryDependencies += "com.gitee.opensource4clive" % "java-tools-redis" % "4.0.4"
[com.gitee.opensource4clive/java-tools-redis "4.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.8 |
| org.springframework.boot : spring-boot-starter-data-redis | jar | 2.3.4.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |