License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdio.lsn |
ArtifactId | ArtifactIdmybatis-cache |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis-cache
Parent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Filename | Size |
---|---|
mybatis-cache-2.2.0.pom | |
mybatis-cache-2.2.0.jar | 5 KB |
mybatis-cache-2.2.0-sources.jar | 3 KB |
mybatis-cache-2.2.0-javadoc.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.lsn/mybatis-cache/ -->
<dependency>
<groupId>io.lsn</groupId>
<artifactId>mybatis-cache</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.lsn/mybatis-cache/
implementation 'io.lsn:mybatis-cache:2.2.0'
// https://jarcasting.com/artifacts/io.lsn/mybatis-cache/
implementation ("io.lsn:mybatis-cache:2.2.0")
'io.lsn:mybatis-cache:jar:2.2.0'
<dependency org="io.lsn" name="mybatis-cache" rev="2.2.0">
<artifact name="mybatis-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.lsn', module='mybatis-cache', version='2.2.0')
)
libraryDependencies += "io.lsn" % "mybatis-cache" % "2.2.0"
[io.lsn/mybatis-cache "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
io.lsn : spring-core | jar | 2.2.0 |
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 1.3.4 |
org.mybatis : mybatis-typehandlers-jsr310 | jar | 1.0.2 |
org.redisson : redisson | jar | 3.11.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |