Last Version

mybatis-memcached 1.1.0

Memcached support for MyBatis Cache

License

License

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

org.mybatis.caches
ArtifactId

ArtifactId

mybatis-memcached
Version

Version

1.1.0
Type

Type

jar
Description

Description

mybatis-memcached
Memcached support for MyBatis Cache
Project Organization

Project Organization

MyBatis.org
Source Code Management

Source Code Management

http://github.com/mybatis/memcached-cache

Download mybatis-memcached 1.1.0


<!-- https://jarcasting.com/artifacts/org.mybatis.caches/mybatis-memcached/ -->
<dependency>
    <groupId>org.mybatis.caches</groupId>
    <artifactId>mybatis-memcached</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mybatis.caches/mybatis-memcached/
implementation 'org.mybatis.caches:mybatis-memcached:1.1.0'
// https://jarcasting.com/artifacts/org.mybatis.caches/mybatis-memcached/
implementation ("org.mybatis.caches:mybatis-memcached:1.1.0")
'org.mybatis.caches:mybatis-memcached:jar:1.1.0'
<dependency org="org.mybatis.caches" name="mybatis-memcached" rev="1.1.0">
  <artifact name="mybatis-memcached" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mybatis.caches', module='mybatis-memcached', version='1.1.0')
)
libraryDependencies += "org.mybatis.caches" % "mybatis-memcached" % "1.1.0"
[org.mybatis.caches/mybatis-memcached "1.1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
net.spy : spymemcached jar 2.12.3

provided (1)

Group / Artifact Type Version
org.mybatis : mybatis jar 3.5.0

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.3.2

Project Modules

There are no modules declared in this project.