MVN

io.rainfall : rainfall-jcache

Maven & Gradle

Jun 06, 2023
6 stars

Rainfall-jcache · Rainfall-core is the core of the Rainfall framework

<dependency>
    <groupId>io.rainfall</groupId>
    <artifactId>rainfall-jcache</artifactId>
    <version>1.6.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.rainfall : rainfall-jcache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.7

All Versions

Choose a version of io.rainfall : rainfall-jcache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
rainfall-jcache-1.6.7
rainfall-jcache-1.6.6
rainfall-jcache-1.6.5
rainfall-jcache-1.6.4
rainfall-jcache-1.6.3
rainfall-jcache-1.6.2
rainfall-jcache-1.6.1
rainfall-jcache-1.6.0
1.5.x
rainfall-jcache-1.5.3
rainfall-jcache-1.5.2
rainfall-jcache-1.5.0
1.4.x
rainfall-jcache-1.4.16
rainfall-jcache-1.4.14
rainfall-jcache-1.4.13
rainfall-jcache-1.4.12
rainfall-jcache-1.4.11
rainfall-jcache-1.4.10
rainfall-jcache-1.4.9
rainfall-jcache-1.4.8
rainfall-jcache-1.4.7
rainfall-jcache-1.4.6
rainfall-jcache-1.4.5
rainfall-jcache-1.4.4
rainfall-jcache-1.4.3
rainfall-jcache-1.4.2
rainfall-jcache-1.4.1
rainfall-jcache-1.4.0
1.3.x
rainfall-jcache-1.3.0
1.2.x
rainfall-jcache-1.2.2
rainfall-jcache-1.2.1
rainfall-jcache-1.2.0
1.1.x
rainfall-jcache-1.1.0
1.0.x
rainfall-jcache-1.0.2
rainfall-jcache-1.0.1
rainfall-jcache-1.0.0

How to add a dependency to Maven

Add the following io.rainfall : rainfall-jcache maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.rainfall</groupId>
    <artifactId>rainfall-jcache</artifactId>
    <version>1.6.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.rainfall : rainfall-jcache gradle dependency to your build.gradle file:

implementation 'io.rainfall:rainfall-jcache:1.6.7'

Gradle Kotlin DSL: Add the following io.rainfall : rainfall-jcache gradle kotlin dependency to your build.gradle.kts file:

implementation("io.rainfall:rainfall-jcache:1.6.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.rainfall : rainfall-jcache sbt scala dependency to your build.sbt file:

libraryDependencies += "io.rainfall" % "rainfall-jcache" % "1.6.7"

Advertisement