License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdorg.mybatis.caches |
ArtifactId | ArtifactIdmybatis-caches-parent |
Last Version | Last Version1.0.0-RC1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMyBatis Caches :: Parent
3rd part cache implementations integration
for MyBatis sql mapping framework.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
mybatis-caches-parent-1.0.0-RC1.pom | 17 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |