is not current version
Last Version 1.3.16

net.quanter:shield-springboot-mybatis 1.3.11.RELEASE

给同时依赖springboot和mybatis的程序依赖

Categories

Categories

Ant Build Tools Net MyBatis Data ORM
GroupId

GroupId

net.quanter
ArtifactId

ArtifactId

shield-springboot-mybatis
Version

Version

1.3.11.RELEASE
Type

Type

jar

Download shield-springboot-mybatis 1.3.11.RELEASE


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