MVN

jpox : jpox-tangosol

Maven & Gradle

Jan 21, 2008

JPOX Tangosol plugin · JPOX allows the use of a Level 2 Cache. It provides its own, yet also allows plugin caches. This provides a plugin for Tangosol Coherence.

<dependency>
    <groupId>jpox</groupId>
    <artifactId>jpox-tangosol</artifactId>
    <version>1.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of jpox : jpox-tangosol to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.9
  • Latest Beta: 1.2.0-beta-5

All Versions

Choose a version of jpox : jpox-tangosol to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
jpox-tangosol-1.2.0-beta-5
jpox-tangosol-1.2.0-beta-4
jpox-tangosol-1.2.0-beta-3
jpox-tangosol-1.2.0-beta-2
jpox-tangosol-1.2.0-beta-1
1.1.x
jpox-tangosol-1.1.9
jpox-tangosol-1.1.8
jpox-tangosol-1.1.3
jpox-tangosol-1.1.2
jpox-tangosol-1.1.1
jpox-tangosol-1.1.0
jpox-tangosol-1.1.0-beta-6
jpox-tangosol-1.1.0-beta-4

How to add a dependency to Maven

Add the following jpox : jpox-tangosol maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>jpox</groupId>
    <artifactId>jpox-tangosol</artifactId>
    <version>1.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following jpox : jpox-tangosol gradle dependency to your build.gradle file:

implementation 'jpox:jpox-tangosol:1.1.9'

Gradle Kotlin DSL: Add the following jpox : jpox-tangosol gradle kotlin dependency to your build.gradle.kts file:

implementation("jpox:jpox-tangosol:1.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following jpox : jpox-tangosol sbt scala dependency to your build.sbt file:

libraryDependencies += "jpox" % "jpox-tangosol" % "1.1.9"

Advertisement