Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.github.incu6us.redis |
ArtifactId | ArtifactIdredis-mock-template |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
redis-mock-template-0.0.1.pom | |
redis-mock-template-0.0.1.jar | 9 KB |
redis-mock-template-0.0.1-sources.jar | 4 KB |
redis-mock-template-0.0.1-javadoc.jar | 418 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.incu6us.redis/redis-mock-template/ -->
<dependency>
<groupId>com.github.incu6us.redis</groupId>
<artifactId>redis-mock-template</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.incu6us.redis/redis-mock-template/
implementation 'com.github.incu6us.redis:redis-mock-template:0.0.1'
// https://jarcasting.com/artifacts/com.github.incu6us.redis/redis-mock-template/
implementation ("com.github.incu6us.redis:redis-mock-template:0.0.1")
'com.github.incu6us.redis:redis-mock-template:jar:0.0.1'
<dependency org="com.github.incu6us.redis" name="redis-mock-template" rev="0.0.1">
<artifact name="redis-mock-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.incu6us.redis', module='redis-mock-template', version='0.0.1')
)
libraryDependencies += "com.github.incu6us.redis" % "redis-mock-template" % "0.0.1"
[com.github.incu6us.redis/redis-mock-template "0.0.1"]