| License |
License |
|---|---|
| GroupId | GroupIdcom.madewithtea |
| ArtifactId | ArtifactIdkafcache_2.12 |
| Version | Version1.3.0 |
| Type | Typejar |
| Description |
Descriptionkafcache
Memcached and Redis for Kafka Streams
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| kafcache_2.12-1.3.0.pom | |
| kafcache_2.12-1.3.0.jar | 24 KB |
| kafcache_2.12-1.3.0-sources.jar | 2 KB |
| kafcache_2.12-1.3.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.madewithtea/kafcache_2.12/ -->
<dependency>
<groupId>com.madewithtea</groupId>
<artifactId>kafcache_2.12</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.madewithtea/kafcache_2.12/
implementation 'com.madewithtea:kafcache_2.12:1.3.0'
// https://jarcasting.com/artifacts/com.madewithtea/kafcache_2.12/
implementation ("com.madewithtea:kafcache_2.12:1.3.0")
'com.madewithtea:kafcache_2.12:jar:1.3.0'
<dependency org="com.madewithtea" name="kafcache_2.12" rev="1.3.0">
<artifact name="kafcache_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.madewithtea', module='kafcache_2.12', version='1.3.0')
)
libraryDependencies += "com.madewithtea" % "kafcache_2.12" % "1.3.0"
[com.madewithtea/kafcache_2.12 "1.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.12.8 |
| org.scalameta : mdoc_2.12 | jar | 1.3.1 |
| org.apache.kafka : kafka-streams | jar | 2.3.0 |
| org.apache.kafka : kafka-streams-scala_2.12 | jar | 2.3.0 |
| com.github.cb372 : scalacache-memcached_2.12 | jar | 0.28.0 |
| commons-codec : commons-codec | jar | 1.13 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalatest : scalatest_2.12 | jar | 3.0.8 |