License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.github.luoshu-open |
ArtifactId | ArtifactIdmybatis-x |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis-x
mybatis 可以自动生成查询语句
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mybatis-x-1.0.pom | |
mybatis-x-1.0.jar | 18 KB |
mybatis-x-1.0-sources.jar | 12 KB |
mybatis-x-1.0-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.luoshu-open/mybatis-x/ -->
<dependency>
<groupId>com.github.luoshu-open</groupId>
<artifactId>mybatis-x</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luoshu-open/mybatis-x/
implementation 'com.github.luoshu-open:mybatis-x:1.0'
// https://jarcasting.com/artifacts/com.github.luoshu-open/mybatis-x/
implementation ("com.github.luoshu-open:mybatis-x:1.0")
'com.github.luoshu-open:mybatis-x:jar:1.0'
<dependency org="com.github.luoshu-open" name="mybatis-x" rev="1.0">
<artifact name="mybatis-x" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luoshu-open', module='mybatis-x', version='1.0')
)
libraryDependencies += "com.github.luoshu-open" % "mybatis-x" % "1.0"
[com.github.luoshu-open/mybatis-x "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.5.0 |
org.springframework.boot : spring-boot-starter-web | jar | 2.1.7.RELEASE |