License |
License |
---|---|
Categories |
CategoriesMySQL Data Databases MyBatis ORM |
GroupId | GroupIdio.github.dengyu1115 |
ArtifactId | ArtifactIdmybatis-mysql |
Last Version | Last Version3.5.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis-mysql
Generating sql on runtime
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mybatis-mysql-3.5.9.pom | |
mybatis-mysql-3.5.9.jar | 51 KB |
mybatis-mysql-3.5.9-sources.jar | 26 KB |
mybatis-mysql-3.5.9-javadoc.jar | 288 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.dengyu1115/mybatis-mysql/ -->
<dependency>
<groupId>io.github.dengyu1115</groupId>
<artifactId>mybatis-mysql</artifactId>
<version>3.5.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dengyu1115/mybatis-mysql/
implementation 'io.github.dengyu1115:mybatis-mysql:3.5.9'
// https://jarcasting.com/artifacts/io.github.dengyu1115/mybatis-mysql/
implementation ("io.github.dengyu1115:mybatis-mysql:3.5.9")
'io.github.dengyu1115:mybatis-mysql:jar:3.5.9'
<dependency org="io.github.dengyu1115" name="mybatis-mysql" rev="3.5.9">
<artifact name="mybatis-mysql" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dengyu1115', module='mybatis-mysql', version='3.5.9')
)
libraryDependencies += "io.github.dengyu1115" % "mybatis-mysql" % "3.5.9"
[io.github.dengyu1115/mybatis-mysql "3.5.9"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.5.9 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.24 |