MVN

me.ahoo.cocache : cocache-core

Maven & Gradle

Aug 17, 2023
2 usages
5 stars

CoCache · Level 2 Distributed Coherence Cache Framework

<dependency>
    <groupId>me.ahoo.cocache</groupId>
    <artifactId>cocache-core</artifactId>
    <version>2.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.ahoo.cocache : cocache-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.7

All Versions

Choose a version of me.ahoo.cocache : cocache-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
cocache-core-2.1.7
cocache-core-2.1.6
cocache-core-2.1.5
cocache-core-2.1.4
cocache-core-2.1.3
cocache-core-2.1.2
cocache-core-2.1.0
2.0.x
cocache-core-2.0.3
cocache-core-2.0.2
cocache-core-2.0.0
1.1.x
cocache-core-1.1.0
1.0.x
cocache-core-1.0.1
cocache-core-1.0.0
0.5.x
cocache-core-0.5.5
cocache-core-0.5.4
cocache-core-0.5.3
cocache-core-0.5.2
cocache-core-0.5.1
cocache-core-0.5.0
0.4.x
cocache-core-0.4.0
0.3.x
cocache-core-0.3.6
cocache-core-0.3.5
cocache-core-0.3.2
cocache-core-0.3.0
0.2.x
cocache-core-0.2.8
cocache-core-0.2.6
cocache-core-0.2.5
cocache-core-0.2.2
cocache-core-0.2.0
0.0.x
cocache-core-0.0.6
cocache-core-0.0.5
cocache-core-0.0.3
cocache-core-0.0.2
cocache-core-0.0.1

How to add a dependency to Maven

Add the following me.ahoo.cocache : cocache-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.ahoo.cocache</groupId>
    <artifactId>cocache-core</artifactId>
    <version>2.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.ahoo.cocache : cocache-core gradle dependency to your build.gradle file:

implementation 'me.ahoo.cocache:cocache-core:2.1.7'

Gradle Kotlin DSL: Add the following me.ahoo.cocache : cocache-core gradle kotlin dependency to your build.gradle.kts file:

implementation("me.ahoo.cocache:cocache-core:2.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.ahoo.cocache : cocache-core sbt scala dependency to your build.sbt file:

libraryDependencies += "me.ahoo.cocache" % "cocache-core" % "2.1.7"

Advertisement