is not current version
Last Version 1.1.2.RELEASE

com.itcoon:common-mybatis 1.0.0.RELEASE


Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.itcoon
ArtifactId

ArtifactId

common-mybatis
Version

Version

1.0.0.RELEASE
Type

Type

jar

Download common-mybatis 1.0.0.RELEASE


<!-- 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"]