License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.github.sylphlike |
ArtifactId | ArtifactIdframework-redis |
Last Version | Last Version1.0.0-SYLPHLIKE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.sylphlike/framework-redis/ -->
<dependency>
<groupId>com.github.sylphlike</groupId>
<artifactId>framework-redis</artifactId>
<version>1.0.0-SYLPHLIKE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sylphlike/framework-redis/
implementation 'com.github.sylphlike:framework-redis:1.0.0-SYLPHLIKE'
// https://jarcasting.com/artifacts/com.github.sylphlike/framework-redis/
implementation ("com.github.sylphlike:framework-redis:1.0.0-SYLPHLIKE")
'com.github.sylphlike:framework-redis:jar:1.0.0-SYLPHLIKE'
<dependency org="com.github.sylphlike" name="framework-redis" rev="1.0.0-SYLPHLIKE">
<artifact name="framework-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sylphlike', module='framework-redis', version='1.0.0-SYLPHLIKE')
)
libraryDependencies += "com.github.sylphlike" % "framework-redis" % "1.0.0-SYLPHLIKE"
[com.github.sylphlike/framework-redis "1.0.0-SYLPHLIKE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.2.9.RELEASE |