License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.yasuoza.plugin |
ArtifactId | ArtifactIdplay2-redis |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionplay2-redis
play2-redis
|
Project URL |
Project URL |
Project Organization |
Project Organizationcom.yasuoza.plugin |
Filename | Size |
---|---|
play2-redis-0.1.0.pom | |
play2-redis-0.1.0.jar | 8 KB |
play2-redis-0.1.0-sources.jar | 1 KB |
play2-redis-0.1.0-javadoc.jar | 345 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yasuoza.plugin/play2-redis/ -->
<dependency>
<groupId>com.yasuoza.plugin</groupId>
<artifactId>play2-redis</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.yasuoza.plugin/play2-redis/
implementation 'com.yasuoza.plugin:play2-redis:0.1.0'
// https://jarcasting.com/artifacts/com.yasuoza.plugin/play2-redis/
implementation ("com.yasuoza.plugin:play2-redis:0.1.0")
'com.yasuoza.plugin:play2-redis:jar:0.1.0'
<dependency org="com.yasuoza.plugin" name="play2-redis" rev="0.1.0">
<artifact name="play2-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yasuoza.plugin', module='play2-redis', version='0.1.0')
)
libraryDependencies += "com.yasuoza.plugin" % "play2-redis" % "0.1.0"
[com.yasuoza.plugin/play2-redis "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.10.0 |
play » play_2.10 | jar | 2.1.0 |
net.debasishg : redisclient_2.10 | jar | 2.10 |
Group / Artifact | Type | Version |
---|---|---|
play » play-test_2.10 | jar | 2.1.0 |