MVN

org.blazingcache : blazingcache-jcache

Maven & Gradle

Aug 29, 2022
31 stars

BlazingCache :: JCache

<dependency>
    <groupId>org.blazingcache</groupId>
    <artifactId>blazingcache-jcache</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.blazingcache : blazingcache-jcache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of org.blazingcache : blazingcache-jcache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
blazingcache-jcache-3.1.0
3.0.x
blazingcache-jcache-3.0.0
2.7.x
blazingcache-jcache-2.7.0
2.6.x
blazingcache-jcache-2.6.0
2.5.x
blazingcache-jcache-2.5.0
2.4.x
blazingcache-jcache-2.4.0
2.3.x
blazingcache-jcache-2.3.0
2.2.x
blazingcache-jcache-2.2.0
2.1.x
blazingcache-jcache-2.1.0
1.13.x
blazingcache-jcache-1.13.0
1.12.x
blazingcache-jcache-1.12.0
1.11.x
blazingcache-jcache-1.11.0
1.10.x
blazingcache-jcache-1.10.0
1.9.x
blazingcache-jcache-1.9.2
blazingcache-jcache-1.9.0
1.8.x
blazingcache-jcache-1.8.0
1.5.x
blazingcache-jcache-1.5.0
1.4.x
blazingcache-jcache-1.4.2
blazingcache-jcache-1.4.0
1.3.x
blazingcache-jcache-1.3.0
1.2.x
blazingcache-jcache-1.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.blazingcache</groupId>
    <artifactId>blazingcache-jcache</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.blazingcache:blazingcache-jcache:3.1.0'

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

implementation("org.blazingcache:blazingcache-jcache:3.1.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.blazingcache" % "blazingcache-jcache" % "3.1.0"

Advertisement