| License |
License
MIT
|
|---|---|
| Categories |
CategoriesRedis Data Databases CLI User Interface |
| GroupId | GroupIdcom.github.fangjinuo.redisclient |
| ArtifactId | ArtifactIdredisclient-parent |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionredisclient-parent
Redis Client
|
| Filename | Size |
|---|---|
| redisclient-parent-1.0.0.pom | 15 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.redisclient/redisclient-parent/ -->
<dependency>
<groupId>com.github.fangjinuo.redisclient</groupId>
<artifactId>redisclient-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.redisclient/redisclient-parent/
implementation 'com.github.fangjinuo.redisclient:redisclient-parent:1.0.0'
// https://jarcasting.com/artifacts/com.github.fangjinuo.redisclient/redisclient-parent/
implementation ("com.github.fangjinuo.redisclient:redisclient-parent:1.0.0")
'com.github.fangjinuo.redisclient:redisclient-parent:pom:1.0.0'
<dependency org="com.github.fangjinuo.redisclient" name="redisclient-parent" rev="1.0.0">
<artifact name="redisclient-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.redisclient', module='redisclient-parent', version='1.0.0')
)
libraryDependencies += "com.github.fangjinuo.redisclient" % "redisclient-parent" % "1.0.0"
[com.github.fangjinuo.redisclient/redisclient-parent "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.26 |
| com.github.fangjinuo.easyjson : easyjson-core | jar | 2.1.0 |
| org.springframework.data : spring-data-redis | jar | 2.2.4.RELEASE |
| com.github.fangjinuo.langx : langx-java | jar | 2.1.0 |
| org.apache.httpcomponents : httpclient | jar | 4.5.11 |
| com.github.fangjinuo.easyjson : easyjson-jackson | jar | 2.1.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.10.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |