MVN

org.factcast : factcast-client-cache

Maven & Gradle

Apr 09, 2019
3 usages
<dependency>
    <groupId>org.factcast</groupId>
    <artifactId>factcast-client-cache</artifactId>
    <version>0.1.0-M1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.factcast : factcast-client-cache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0-M1

All Versions

Choose a version of org.factcast : factcast-client-cache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
factcast-client-cache-0.1.0-M1
0.0.x
factcast-client-cache-0.0.34
factcast-client-cache-0.0.33
factcast-client-cache-0.0.32
factcast-client-cache-0.0.31
factcast-client-cache-0.0.30
factcast-client-cache-0.0.26
factcast-client-cache-0.0.25
factcast-client-cache-0.0.21
factcast-client-cache-0.0.20
factcast-client-cache-0.0.19
factcast-client-cache-0.0.18
factcast-client-cache-0.0.17
factcast-client-cache-0.0.16
factcast-client-cache-0.0.15
factcast-client-cache-0.0.14
factcast-client-cache-0.0.12
factcast-client-cache-0.0.11
factcast-client-cache-0.0.10
factcast-client-cache-0.0.6

How to add a dependency to Maven

Add the following org.factcast : factcast-client-cache maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.factcast</groupId>
    <artifactId>factcast-client-cache</artifactId>
    <version>0.1.0-M1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.factcast : factcast-client-cache gradle dependency to your build.gradle file:

implementation 'org.factcast:factcast-client-cache:0.1.0-M1'

Gradle Kotlin DSL: Add the following org.factcast : factcast-client-cache gradle kotlin dependency to your build.gradle.kts file:

implementation("org.factcast:factcast-client-cache:0.1.0-M1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.factcast : factcast-client-cache sbt scala dependency to your build.sbt file:

libraryDependencies += "org.factcast" % "factcast-client-cache" % "0.1.0-M1"

Advertisement