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