License |
License |
---|---|
Categories |
CategoriesMySQL Data Databases |
GroupId | GroupIdcom.yixsoft |
ArtifactId | ArtifactIdyixsoft-batis-dialect-mysql |
Version | Version1.0.16 |
Type | Typejar |
Description |
Descriptionyixsoft-batis-dialects-mysql-impl
YixSoft MyBatis AutoSql Plugin
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.yixsoft/yixsoft-batis-dialect-mysql/ -->
<dependency>
<groupId>com.yixsoft</groupId>
<artifactId>yixsoft-batis-dialect-mysql</artifactId>
<version>1.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.yixsoft/yixsoft-batis-dialect-mysql/
implementation 'com.yixsoft:yixsoft-batis-dialect-mysql:1.0.16'
// https://jarcasting.com/artifacts/com.yixsoft/yixsoft-batis-dialect-mysql/
implementation ("com.yixsoft:yixsoft-batis-dialect-mysql:1.0.16")
'com.yixsoft:yixsoft-batis-dialect-mysql:jar:1.0.16'
<dependency org="com.yixsoft" name="yixsoft-batis-dialect-mysql" rev="1.0.16">
<artifact name="yixsoft-batis-dialect-mysql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yixsoft', module='yixsoft-batis-dialect-mysql', version='1.0.16')
)
libraryDependencies += "com.yixsoft" % "yixsoft-batis-dialect-mysql" % "1.0.16"
[com.yixsoft/yixsoft-batis-dialect-mysql "1.0.16"]
Group / Artifact | Type | Version |
---|---|---|
com.yixsoft : yixsoft-batis-dialects-core | jar | 1.0.16 |
org.mybatis : mybatis | jar | [3.5.0,) |
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 8.0.19 |