License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.programmiersportgruppe.akre |
ArtifactId | ArtifactIdakre-client_2.11 |
Version | Version0.19.1 |
Type | Typejar |
Description |
Descriptionakre-client
A Scala Redis client with pipelining, connection pooling, and a Future-based interface, implemented using Akka.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
akre-client_2.11-0.19.1.pom | |
akre-client_2.11-0.19.1.jar | 117 KB |
akre-client_2.11-0.19.1-sources.jar | 13 KB |
akre-client_2.11-0.19.1-javadoc.jar | 464 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.programmiersportgruppe.akre/akre-client_2.11/ -->
<dependency>
<groupId>org.programmiersportgruppe.akre</groupId>
<artifactId>akre-client_2.11</artifactId>
<version>0.19.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.programmiersportgruppe.akre/akre-client_2.11/
implementation 'org.programmiersportgruppe.akre:akre-client_2.11:0.19.1'
// https://jarcasting.com/artifacts/org.programmiersportgruppe.akre/akre-client_2.11/
implementation ("org.programmiersportgruppe.akre:akre-client_2.11:0.19.1")
'org.programmiersportgruppe.akre:akre-client_2.11:jar:0.19.1'
<dependency org="org.programmiersportgruppe.akre" name="akre-client_2.11" rev="0.19.1">
<artifact name="akre-client_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.programmiersportgruppe.akre', module='akre-client_2.11', version='0.19.1')
)
libraryDependencies += "org.programmiersportgruppe.akre" % "akre-client_2.11" % "0.19.1"
[org.programmiersportgruppe.akre/akre-client_2.11 "0.19.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.8 |
org.programmiersportgruppe.akre : akre-protocol_2.11 | jar | 0.19.1 |
org.programmiersportgruppe.akre : akre-commands_2.11 | jar | 0.19.1 |
org.programmiersportgruppe.akre : akre-core_2.11 | jar | 0.19.1 |