Files download
File Operation
factcast-client-cache-0.1.0-M1.jar download
factcast-client-cache-0.1.0-M1.pom download
factcast-client-cache-0.1.0-M1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.factcast</groupId>
  <artifactId>factcast-client-cache</artifactId>
  <version>0.1.0-M1</version>
</dependency>
Gradle Groovy
implementation 'org.factcast:factcast-client-cache:0.1.0-M1'
Gradle Kotlin
implementation("org.factcast:factcast-client-cache:0.1.0-M1")
Scala SBT
libraryDependencies += "org.factcast" % "factcast-client-cache" % "0.1.0-M1"
Groovy Grape
@Grapes(
  @Grab(group='org.factcast', module='factcast-client-cache', version='0.1.0-M1')
)
Apache Ivy
<dependency org="org.factcast" name="factcast-client-cache" rev="0.1.0-M1" />
Leiningen
[org.factcast/factcast-client-cache "0.1.0-M1"]
Apache Buildr
'org.factcast:factcast-client-cache:jar:0.1.0-M1'