License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.charlesahunt |
ArtifactId | ArtifactIdpure-redis_2.12 |
Version | Version0.5.0 |
Type | Typejar |
Description |
Descriptionpure-redis
Scala Redis library powered by Akka
|
Project Organization |
Project Organizationcom.charlesahunt |
Filename | Size |
---|---|
pure-redis_2.12-0.5.0.pom | |
pure-redis_2.12-0.5.0.jar | 1 MB |
pure-redis_2.12-0.5.0-sources.jar | 101 KB |
pure-redis_2.12-0.5.0-javadoc.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.charlesahunt/pure-redis_2.12/ -->
<dependency>
<groupId>com.charlesahunt</groupId>
<artifactId>pure-redis_2.12</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.charlesahunt/pure-redis_2.12/
implementation 'com.charlesahunt:pure-redis_2.12:0.5.0'
// https://jarcasting.com/artifacts/com.charlesahunt/pure-redis_2.12/
implementation ("com.charlesahunt:pure-redis_2.12:0.5.0")
'com.charlesahunt:pure-redis_2.12:jar:0.5.0'
<dependency org="com.charlesahunt" name="pure-redis_2.12" rev="0.5.0">
<artifact name="pure-redis_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.charlesahunt', module='pure-redis_2.12', version='0.5.0')
)
libraryDependencies += "com.charlesahunt" % "pure-redis_2.12" % "0.5.0"
[com.charlesahunt/pure-redis_2.12 "0.5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.6 |
com.typesafe.scala-logging : scala-logging_2.12 | jar | 3.9.0 |
com.typesafe : config | jar | 1.3.3 |
com.typesafe.akka : akka-actor_2.12 | jar | 2.5.8 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.12 | jar | 3.0.5 |
org.scalacheck : scalacheck_2.12 | jar | 1.13.5 |