MVN

com.liferay : com.liferay.portal.cache

Maven & Gradle

Dec 14, 2021
8 usages
2k stars

Liferay Portal Cache

<dependency>
    <groupId>com.liferay</groupId>
    <artifactId>com.liferay.portal.cache</artifactId>
    <version>2.4.35</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.liferay : com.liferay.portal.cache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.35

All Versions

Choose a version of com.liferay : com.liferay.portal.cache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
com.liferay.portal.cache-2.4.35
com.liferay.portal.cache-2.4.34
com.liferay.portal.cache-2.4.33
com.liferay.portal.cache-2.4.32
com.liferay.portal.cache-2.4.31
com.liferay.portal.cache-2.4.30
com.liferay.portal.cache-2.4.29
com.liferay.portal.cache-2.4.28
com.liferay.portal.cache-2.4.27
com.liferay.portal.cache-2.4.26
com.liferay.portal.cache-2.4.25
com.liferay.portal.cache-2.4.24
com.liferay.portal.cache-2.4.23
com.liferay.portal.cache-2.4.22
com.liferay.portal.cache-2.4.21
com.liferay.portal.cache-2.4.20
com.liferay.portal.cache-2.4.19
com.liferay.portal.cache-2.4.18
com.liferay.portal.cache-2.4.17
com.liferay.portal.cache-2.4.16
com.liferay.portal.cache-2.4.15
com.liferay.portal.cache-2.4.14
com.liferay.portal.cache-2.4.13
com.liferay.portal.cache-2.4.12
com.liferay.portal.cache-2.4.11
com.liferay.portal.cache-2.4.10
com.liferay.portal.cache-2.4.9
com.liferay.portal.cache-2.4.8
com.liferay.portal.cache-2.4.7
com.liferay.portal.cache-2.4.6
com.liferay.portal.cache-2.4.5
com.liferay.portal.cache-2.4.4
com.liferay.portal.cache-2.4.3
com.liferay.portal.cache-2.4.2
com.liferay.portal.cache-2.4.1
com.liferay.portal.cache-2.4.0
2.3.x
com.liferay.portal.cache-2.3.1
com.liferay.portal.cache-2.3.0
2.2.x
com.liferay.portal.cache-2.2.6
com.liferay.portal.cache-2.2.5
com.liferay.portal.cache-2.2.4
com.liferay.portal.cache-2.2.3
com.liferay.portal.cache-2.2.2
com.liferay.portal.cache-2.2.1
com.liferay.portal.cache-2.2.0
2.1.x
com.liferay.portal.cache-2.1.4
com.liferay.portal.cache-2.1.3
com.liferay.portal.cache-2.1.2
com.liferay.portal.cache-2.1.1
com.liferay.portal.cache-2.1.0
2.0.x
com.liferay.portal.cache-2.0.1
com.liferay.portal.cache-2.0.0
1.0.x
com.liferay.portal.cache-1.0.0

How to add a dependency to Maven

Add the following com.liferay : com.liferay.portal.cache maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.liferay</groupId>
    <artifactId>com.liferay.portal.cache</artifactId>
    <version>2.4.35</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.liferay : com.liferay.portal.cache gradle dependency to your build.gradle file:

implementation 'com.liferay:com.liferay.portal.cache:2.4.35'

Gradle Kotlin DSL: Add the following com.liferay : com.liferay.portal.cache gradle kotlin dependency to your build.gradle.kts file:

implementation("com.liferay:com.liferay.portal.cache:2.4.35")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.liferay : com.liferay.portal.cache sbt scala dependency to your build.sbt file:

libraryDependencies += "com.liferay" % "com.liferay.portal.cache" % "2.4.35"