MVN

org.anyline : anyline-data-ehcache

Maven & Gradle

Nov 30, 2023
<dependency>
    <groupId>org.anyline</groupId>
    <artifactId>anyline-data-ehcache</artifactId>
    <version>8.7.1-20231130</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.anyline : anyline-data-ehcache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.7.1-20231130

All Versions

Choose a version of org.anyline : anyline-data-ehcache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.7.x
anyline-data-ehcache-8.7.1-20231130

How to add a dependency to Maven

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

<dependency>
    <groupId>org.anyline</groupId>
    <artifactId>anyline-data-ehcache</artifactId>
    <version>8.7.1-20231130</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.anyline : anyline-data-ehcache gradle dependency to your build.gradle file:

implementation 'org.anyline:anyline-data-ehcache:8.7.1-20231130'

Gradle Kotlin DSL: Add the following org.anyline : anyline-data-ehcache gradle kotlin dependency to your build.gradle.kts file:

implementation("org.anyline:anyline-data-ehcache:8.7.1-20231130")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.anyline : anyline-data-ehcache sbt scala dependency to your build.sbt file:

libraryDependencies += "org.anyline" % "anyline-data-ehcache" % "8.7.1-20231130"

Advertisement