License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.itcoon |
ArtifactId | ArtifactIdcommon-mybatis |
Last Version | Last Version1.1.2.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionprovides common components for java and spring
|
<!-- https://jarcasting.com/artifacts/com.itcoon/common-mybatis/ -->
<dependency>
<groupId>com.itcoon</groupId>
<artifactId>common-mybatis</artifactId>
<version>1.1.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.itcoon/common-mybatis/
implementation 'com.itcoon:common-mybatis:1.1.2.RELEASE'
// https://jarcasting.com/artifacts/com.itcoon/common-mybatis/
implementation ("com.itcoon:common-mybatis:1.1.2.RELEASE")
'com.itcoon:common-mybatis:jar:1.1.2.RELEASE'
<dependency org="com.itcoon" name="common-mybatis" rev="1.1.2.RELEASE">
<artifact name="common-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.itcoon', module='common-mybatis', version='1.1.2.RELEASE')
)
libraryDependencies += "com.itcoon" % "common-mybatis" % "1.1.2.RELEASE"
[com.itcoon/common-mybatis "1.1.2.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.itcoon : common-core | jar | 1.1.2.RELEASE |
com.github.pagehelper : pagehelper-spring-boot-starter | jar | 1.3.0 |
org.mybatis : mybatis | jar | 3.5.5 |