License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.github.freegeese |
ArtifactId | ArtifactIdeasy-mybatis |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEasy Mybatis
让MyBatis简单
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
easy-mybatis-1.0.pom | |
easy-mybatis-1.0.jar | 65 KB |
easy-mybatis-1.0-sources.jar | 36 KB |
easy-mybatis-1.0-javadoc.jar | 266 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.freegeese/easy-mybatis/ -->
<dependency>
<groupId>com.github.freegeese</groupId>
<artifactId>easy-mybatis</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.freegeese/easy-mybatis/
implementation 'com.github.freegeese:easy-mybatis:1.0'
// https://jarcasting.com/artifacts/com.github.freegeese/easy-mybatis/
implementation ("com.github.freegeese:easy-mybatis:1.0")
'com.github.freegeese:easy-mybatis:jar:1.0'
<dependency org="com.github.freegeese" name="easy-mybatis" rev="1.0">
<artifact name="easy-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.freegeese', module='easy-mybatis', version='1.0')
)
libraryDependencies += "com.github.freegeese" % "easy-mybatis" % "1.0"
[com.github.freegeese/easy-mybatis "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.5.7 |
com.github.pagehelper : pagehelper | jar | 5.2.0 |
org.springframework : spring-beans | jar | 5.3.7 |
com.google.guava : guava | jar | 30.1.1-jre |
com.alibaba : fastjson | jar | 1.2.76 |
org.slf4j : slf4j-api | jar | 2.0.0-alpha1 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.20 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.0-M1 |