is not current version
Last Version 1.1.0

org.mybatis.caches:mybatis-memcached 1.0.0

Memcached support for MyBatis Cache

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

org.mybatis.caches
ArtifactId

ArtifactId

mybatis-memcached
Version

Version

1.0.0
Type

Type

jar

Download mybatis-memcached 1.0.0


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