MVN

org.mybatis.caches : mybatis-caches-parent

Maven & Gradle

Aug 19, 2010

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

<dependency>
    <groupId>org.mybatis.caches</groupId>
    <artifactId>mybatis-caches-parent</artifactId>
    <version>1.0.0-RC1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mybatis.caches : mybatis-caches-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0-RC1
  • Latest Release Candidate: 1.0.0-RC1

All Versions

Choose a version of org.mybatis.caches : mybatis-caches-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
mybatis-caches-parent-1.0.0-RC1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.mybatis.caches</groupId>
    <artifactId>mybatis-caches-parent</artifactId>
    <version>1.0.0-RC1</version>
</dependency>

Advertisement