Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.wywuzh |
ArtifactId | ArtifactIdcommons-mybatis |
Version | Version2.4.6.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.wywuzh/commons-mybatis/ -->
<dependency>
<groupId>com.github.wywuzh</groupId>
<artifactId>commons-mybatis</artifactId>
<version>2.4.6.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wywuzh/commons-mybatis/
implementation 'com.github.wywuzh:commons-mybatis:2.4.6.RELEASE'
// https://jarcasting.com/artifacts/com.github.wywuzh/commons-mybatis/
implementation ("com.github.wywuzh:commons-mybatis:2.4.6.RELEASE")
'com.github.wywuzh:commons-mybatis:jar:2.4.6.RELEASE'
<dependency org="com.github.wywuzh" name="commons-mybatis" rev="2.4.6.RELEASE">
<artifact name="commons-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wywuzh', module='commons-mybatis', version='2.4.6.RELEASE')
)
libraryDependencies += "com.github.wywuzh" % "commons-mybatis" % "2.4.6.RELEASE"
[com.github.wywuzh/commons-mybatis "2.4.6.RELEASE"]