MVN

org.elasticsoftwarefoundation.elasticactors : elasticactors-caching

Maven & Gradle

Mar 19, 2023
2 usages
32 stars

Elastic Software Foundation :: ElasticActors :: Class caching layer

<dependency>
    <groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
    <artifactId>elasticactors-caching</artifactId>
    <version>7.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.elasticsoftwarefoundation.elasticactors : elasticactors-caching to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.1

All Versions

Choose a version of org.elasticsoftwarefoundation.elasticactors : elasticactors-caching to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
elasticactors-caching-7.0.1
6.2.x
elasticactors-caching-6.2.0
6.1.x
elasticactors-caching-6.1.4
elasticactors-caching-6.1.3
elasticactors-caching-6.1.2
elasticactors-caching-6.1.1
elasticactors-caching-6.1.0
6.0.x
elasticactors-caching-6.0.3
elasticactors-caching-6.0.2
elasticactors-caching-6.0.1
elasticactors-caching-6.0.0
5.2.x
elasticactors-caching-5.2.2
elasticactors-caching-5.2.1
elasticactors-caching-5.2.0
5.1.x
elasticactors-caching-5.1.3
elasticactors-caching-5.1.2
elasticactors-caching-5.1.1
elasticactors-caching-5.1.0
5.0.x
elasticactors-caching-5.0.2
elasticactors-caching-5.0.1
elasticactors-caching-5.0.0
4.1.x
elasticactors-caching-4.1.2
elasticactors-caching-4.1.1
elasticactors-caching-4.1.0
4.0.x
elasticactors-caching-4.0.2
elasticactors-caching-4.0.1
elasticactors-caching-4.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
    <artifactId>elasticactors-caching</artifactId>
    <version>7.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.elasticsoftwarefoundation.elasticactors : elasticactors-caching gradle dependency to your build.gradle file:

implementation 'org.elasticsoftwarefoundation.elasticactors:elasticactors-caching:7.0.1'

Gradle Kotlin DSL: Add the following org.elasticsoftwarefoundation.elasticactors : elasticactors-caching gradle kotlin dependency to your build.gradle.kts file:

implementation("org.elasticsoftwarefoundation.elasticactors:elasticactors-caching:7.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.elasticsoftwarefoundation.elasticactors : elasticactors-caching sbt scala dependency to your build.sbt file:

libraryDependencies += "org.elasticsoftwarefoundation.elasticactors" % "elasticactors-caching" % "7.0.1"

Advertisement