Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.freegeese |
ArtifactId | ArtifactIdeasy-mybatis-spring |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioneasy-mybatis-spring
|
Filename | Size |
---|---|
easy-mybatis-spring-1.0.pom | |
easy-mybatis-spring-1.0.jar | 10 KB |
easy-mybatis-spring-1.0-sources.jar | 6 KB |
easy-mybatis-spring-1.0-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.freegeese/easy-mybatis-spring/ -->
<dependency>
<groupId>com.github.freegeese</groupId>
<artifactId>easy-mybatis-spring</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.freegeese/easy-mybatis-spring/
implementation 'com.github.freegeese:easy-mybatis-spring:1.0'
// https://jarcasting.com/artifacts/com.github.freegeese/easy-mybatis-spring/
implementation ("com.github.freegeese:easy-mybatis-spring:1.0")
'com.github.freegeese:easy-mybatis-spring:jar:1.0'
<dependency org="com.github.freegeese" name="easy-mybatis-spring" rev="1.0">
<artifact name="easy-mybatis-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.freegeese', module='easy-mybatis-spring', version='1.0')
)
libraryDependencies += "com.github.freegeese" % "easy-mybatis-spring" % "1.0"
[com.github.freegeese/easy-mybatis-spring "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.freegeese : easy-mybatis-core | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-beans | jar | |
org.projectlombok : lombok | jar |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar |