License |
License |
---|---|
Categories |
CategoriesAkka Container Microservices Reactive libraries |
GroupId | GroupIdcom.github.astonbitecode |
ArtifactId | ArtifactIdscakka-zoo-cache |
Last Version | Last Version0.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionscakka-zoo-cache
A cache for Zookeeper, implemented in Scala and Akka
|
Project URL |
Project URL |
Filename | Size |
---|---|
scakka-zoo-cache-0.2.1.pom | |
scakka-zoo-cache-0.2.1.jar | 139 KB |
scakka-zoo-cache-0.2.1-sources.jar | 9 KB |
scakka-zoo-cache-0.2.1-javadoc.jar | 427 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.astonbitecode/scakka-zoo-cache/ -->
<dependency>
<groupId>com.github.astonbitecode</groupId>
<artifactId>scakka-zoo-cache</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.astonbitecode/scakka-zoo-cache/
implementation 'com.github.astonbitecode:scakka-zoo-cache:0.2.1'
// https://jarcasting.com/artifacts/com.github.astonbitecode/scakka-zoo-cache/
implementation ("com.github.astonbitecode:scakka-zoo-cache:0.2.1")
'com.github.astonbitecode:scakka-zoo-cache:jar:0.2.1'
<dependency org="com.github.astonbitecode" name="scakka-zoo-cache" rev="0.2.1">
<artifact name="scakka-zoo-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.astonbitecode', module='scakka-zoo-cache', version='0.2.1')
)
libraryDependencies += "com.github.astonbitecode" % "scakka-zoo-cache" % "0.2.1"
[com.github.astonbitecode/scakka-zoo-cache "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.8 |
com.typesafe.akka : akka-actor_2.11 | jar | 2.4.9 |
ch.qos.logback : logback-classic | jar | 1.1.7 |
com.typesafe.scala-logging : scala-logging_2.11 | jar | 3.4.0 |
org.apache.zookeeper : zookeeper | jar | 3.4.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.specs2 : specs2-core_2.11 | jar | 3.7 |
org.specs2 : specs2-mock_2.11 | jar | 3.7 |
org.specs2 : specs2-junit_2.11 | jar | 3.7 |
org.specs2 : specs2-matcher-extra_2.11 | jar | 3.7 |
org.apache.curator : curator-test | jar | 2.9.1 |
com.typesafe.akka : akka-testkit_2.11 | jar | 2.4.9 |