c

cache-consul

The local cache component is integrated with Consul
Files download
File Operation
cache-consul-0.1.2.jar download
cache-consul-0.1.2.pom download
cache-consul-0.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.meshware.cache</groupId>
  <artifactId>cache-consul</artifactId>
  <version>0.1.2</version>
</dependency>
Gradle Groovy
implementation 'io.meshware.cache:cache-consul:0.1.2'
Gradle Kotlin
implementation("io.meshware.cache:cache-consul:0.1.2")
Scala SBT
libraryDependencies += "io.meshware.cache" % "cache-consul" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='io.meshware.cache', module='cache-consul', version='0.1.2')
)
Apache Ivy
<dependency org="io.meshware.cache" name="cache-consul" rev="0.1.2" />
Leiningen
[io.meshware.cache/cache-consul "0.1.2"]
Apache Buildr
'io.meshware.cache:cache-consul:jar:0.1.2'