c

cohereflux-cache-caffeine

Small library allowing to efficiently assemble entities from querying/merging external datasources or aggregating microservices
https://github.com/pellse/assembler
The Apache License, Version 2.0
Sebastien Pelletier
Files download
File Operation
cohereflux-cache-caffeine-0.7.1.jar download
cohereflux-cache-caffeine-0.7.1.pom download
cohereflux-cache-caffeine-0.7.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.pellse</groupId>
  <artifactId>cohereflux-cache-caffeine</artifactId>
  <version>0.7.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.pellse:cohereflux-cache-caffeine:0.7.1'
Gradle Kotlin
implementation("io.github.pellse:cohereflux-cache-caffeine:0.7.1")
Scala SBT
libraryDependencies += "io.github.pellse" % "cohereflux-cache-caffeine" % "0.7.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.pellse', module='cohereflux-cache-caffeine', version='0.7.1')
)
Apache Ivy
<dependency org="io.github.pellse" name="cohereflux-cache-caffeine" rev="0.7.1" />
Leiningen
[io.github.pellse/cohereflux-cache-caffeine "0.7.1"]
Apache Buildr
'io.github.pellse:cohereflux-cache-caffeine:jar:0.7.1'