MVN

com.jporm : jpo-commons-cache-ehcache

Maven & Gradle

Nov 08, 2015
<dependency>
    <groupId>com.jporm</groupId>
    <artifactId>jpo-commons-cache-ehcache</artifactId>
    <version>8.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jporm : jpo-commons-cache-ehcache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.3.0
  • Latest Alpha: 8.1.0-alpha.1

All Versions

Choose a version of com.jporm : jpo-commons-cache-ehcache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.3.x
jpo-commons-cache-ehcache-8.3.0
8.2.x
jpo-commons-cache-ehcache-8.2.2
jpo-commons-cache-ehcache-8.2.1
jpo-commons-cache-ehcache-8.2.0
8.1.x
jpo-commons-cache-ehcache-8.1.0
jpo-commons-cache-ehcache-8.1.0-alpha.1

How to add a dependency to Maven

Add the following com.jporm : jpo-commons-cache-ehcache maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jporm</groupId>
    <artifactId>jpo-commons-cache-ehcache</artifactId>
    <version>8.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jporm : jpo-commons-cache-ehcache gradle dependency to your build.gradle file:

implementation 'com.jporm:jpo-commons-cache-ehcache:8.3.0'

Gradle Kotlin DSL: Add the following com.jporm : jpo-commons-cache-ehcache gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jporm:jpo-commons-cache-ehcache:8.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jporm : jpo-commons-cache-ehcache sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jporm" % "jpo-commons-cache-ehcache" % "8.3.0"

Advertisement