| Categories | CategoriesAnt Build Tools Net MyBatis Data ORM | 
|---|---|
| GroupId | GroupIdnet.quanter | 
| ArtifactId | ArtifactIdshield-springboot-mybatis | 
| Version | Version1.3.14.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/net.quanter/shield-springboot-mybatis/ -->
<dependency>
    <groupId>net.quanter</groupId>
    <artifactId>shield-springboot-mybatis</artifactId>
    <version>1.3.14.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/net.quanter/shield-springboot-mybatis/
implementation 'net.quanter:shield-springboot-mybatis:1.3.14.RELEASE'// https://jarcasting.com/artifacts/net.quanter/shield-springboot-mybatis/
implementation ("net.quanter:shield-springboot-mybatis:1.3.14.RELEASE")'net.quanter:shield-springboot-mybatis:jar:1.3.14.RELEASE'<dependency org="net.quanter" name="shield-springboot-mybatis" rev="1.3.14.RELEASE">
  <artifact name="shield-springboot-mybatis" type="jar" />
</dependency>@Grapes(
@Grab(group='net.quanter', module='shield-springboot-mybatis', version='1.3.14.RELEASE')
)libraryDependencies += "net.quanter" % "shield-springboot-mybatis" % "1.3.14.RELEASE"[net.quanter/shield-springboot-mybatis "1.3.14.RELEASE"]