is not current version
Last Version 1.3.16

net.quanter:shield-mybatis 1.3.RELEASE

扩展mybatis的能力,比如实现对cache,sqlserver数据库的分页

Categories

Categories

Ant Build Tools Net MyBatis Data ORM
GroupId

GroupId

net.quanter
ArtifactId

ArtifactId

shield-mybatis
Version

Version

1.3.RELEASE
Type

Type

jar

Download shield-mybatis 1.3.RELEASE


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