MVN

net.sf.ehcache : management-ehcache-common

Maven & Gradle

Apr 24, 2021
2 usages

management-ehcache-common · A common library shared between different management-ehcache implementation versions

<dependency>
    <groupId>net.sf.ehcache</groupId>
    <artifactId>management-ehcache-common</artifactId>
    <version>2.10.9.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.ehcache : management-ehcache-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.10.9.2

All Versions

Choose a version of net.sf.ehcache : management-ehcache-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.10.x
management-ehcache-common-2.10.9.2
management-ehcache-common-2.10.9
management-ehcache-common-2.10.8
management-ehcache-common-2.10.7
management-ehcache-common-2.10.6
management-ehcache-common-2.10.5
management-ehcache-common-2.10.4
management-ehcache-common-2.10.3
management-ehcache-common-2.10.2.2.21
management-ehcache-common-2.10.2
management-ehcache-common-2.10.1
management-ehcache-common-2.10.0
2.9.x
management-ehcache-common-2.9.1
management-ehcache-common-2.9.0

How to add a dependency to Maven

Add the following net.sf.ehcache : management-ehcache-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.ehcache</groupId>
    <artifactId>management-ehcache-common</artifactId>
    <version>2.10.9.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.ehcache : management-ehcache-common gradle dependency to your build.gradle file:

implementation 'net.sf.ehcache:management-ehcache-common:2.10.9.2'

Gradle Kotlin DSL: Add the following net.sf.ehcache : management-ehcache-common gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.ehcache:management-ehcache-common:2.10.9.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.ehcache : management-ehcache-common sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.ehcache" % "management-ehcache-common" % "2.10.9.2"

Advertisement