Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcn.jeeweb |
ArtifactId | ArtifactIdjeeweb-common-mybatismvc |
Version | Version1.0.3.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.jeeweb/jeeweb-common-mybatismvc/ -->
<dependency>
<groupId>cn.jeeweb</groupId>
<artifactId>jeeweb-common-mybatismvc</artifactId>
<version>1.0.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.jeeweb/jeeweb-common-mybatismvc/
implementation 'cn.jeeweb:jeeweb-common-mybatismvc:1.0.3.RELEASE'
// https://jarcasting.com/artifacts/cn.jeeweb/jeeweb-common-mybatismvc/
implementation ("cn.jeeweb:jeeweb-common-mybatismvc:1.0.3.RELEASE")
'cn.jeeweb:jeeweb-common-mybatismvc:jar:1.0.3.RELEASE'
<dependency org="cn.jeeweb" name="jeeweb-common-mybatismvc" rev="1.0.3.RELEASE">
<artifact name="jeeweb-common-mybatismvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.jeeweb', module='jeeweb-common-mybatismvc', version='1.0.3.RELEASE')
)
libraryDependencies += "cn.jeeweb" % "jeeweb-common-mybatismvc" % "1.0.3.RELEASE"
[cn.jeeweb/jeeweb-common-mybatismvc "1.0.3.RELEASE"]