MVN

org.smallmind : memcached-cubby

Maven & Gradle

Jun 18, 2023
9 stars

Memcached Cubby · Memcached Client

<dependency>
    <groupId>org.smallmind</groupId>
    <artifactId>memcached-cubby</artifactId>
    <version>5.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.smallmind : memcached-cubby to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.0

All Versions

Choose a version of org.smallmind : memcached-cubby to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
memcached-cubby-5.1.0
4.11.x
memcached-cubby-4.11.1
memcached-cubby-4.11.0
4.10.x
memcached-cubby-4.10.0
4.9.x
memcached-cubby-4.9.0
4.8.x
memcached-cubby-4.8.5
memcached-cubby-4.8.4
memcached-cubby-4.8.3
memcached-cubby-4.8.2
memcached-cubby-4.8.1
memcached-cubby-4.8.0
4.7.x
memcached-cubby-4.7.1
memcached-cubby-4.7.0
4.6.x
memcached-cubby-4.6.0
4.5.x
memcached-cubby-4.5.0

How to add a dependency to Maven

Add the following org.smallmind : memcached-cubby maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.smallmind</groupId>
    <artifactId>memcached-cubby</artifactId>
    <version>5.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.smallmind : memcached-cubby gradle dependency to your build.gradle file:

implementation 'org.smallmind:memcached-cubby:5.1.0'

Gradle Kotlin DSL: Add the following org.smallmind : memcached-cubby gradle kotlin dependency to your build.gradle.kts file:

implementation("org.smallmind:memcached-cubby:5.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.smallmind : memcached-cubby sbt scala dependency to your build.sbt file:

libraryDependencies += "org.smallmind" % "memcached-cubby" % "5.1.0"

Advertisement