Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.itcoon |
ArtifactId | ArtifactIdcommon-mybatis |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.itcoon/common-mybatis/ -->
<dependency>
<groupId>com.itcoon</groupId>
<artifactId>common-mybatis</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.itcoon/common-mybatis/
implementation 'com.itcoon:common-mybatis:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.itcoon/common-mybatis/
implementation ("com.itcoon:common-mybatis:1.0.0.RELEASE")
'com.itcoon:common-mybatis:jar:1.0.0.RELEASE'
<dependency org="com.itcoon" name="common-mybatis" rev="1.0.0.RELEASE">
<artifact name="common-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.itcoon', module='common-mybatis', version='1.0.0.RELEASE')
)
libraryDependencies += "com.itcoon" % "common-mybatis" % "1.0.0.RELEASE"
[com.itcoon/common-mybatis "1.0.0.RELEASE"]