Last Version

MyBatis Caches :: Parent 1.0.0-RC1

3rd part cache implementations integration for MyBatis sql mapping framework.

License

License

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

org.mybatis.caches
ArtifactId

ArtifactId

mybatis-caches-parent
Version

Version

1.0.0-RC1
Type

Type

pom
Description

Description

MyBatis Caches :: Parent
3rd part cache implementations integration for MyBatis sql mapping framework.
Project URL

Project URL

http://www.mybatis.org/
Project Organization

Project Organization

MyBatis.org

Download mybatis-caches-parent 1.0.0-RC1


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

Dependencies

provided (1)

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

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

  • cache-assembly
  • ehcache
  • hazelcast
  • oscache