License |
License |
---|---|
Categories |
CategoriesData MyBatis ORM |
GroupId | GroupIdcom.github.hushengte |
ArtifactId | ArtifactIdspring-data-mybatis |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Data Mybatis
Spring Data module for Mybatis repositories
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-data-mybatis-1.0.0.pom | |
spring-data-mybatis-1.0.0.jar | 57 KB |
spring-data-mybatis-1.0.0-sources.jar | 36 KB |
spring-data-mybatis-1.0.0-javadoc.jar | 189 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hushengte/spring-data-mybatis/ -->
<dependency>
<groupId>com.github.hushengte</groupId>
<artifactId>spring-data-mybatis</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hushengte/spring-data-mybatis/
implementation 'com.github.hushengte:spring-data-mybatis:1.0.0'
// https://jarcasting.com/artifacts/com.github.hushengte/spring-data-mybatis/
implementation ("com.github.hushengte:spring-data-mybatis:1.0.0")
'com.github.hushengte:spring-data-mybatis:jar:1.0.0'
<dependency org="com.github.hushengte" name="spring-data-mybatis" rev="1.0.0">
<artifact name="spring-data-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hushengte', module='spring-data-mybatis', version='1.0.0')
)
libraryDependencies += "com.github.hushengte" % "spring-data-mybatis" % "1.0.0"
[com.github.hushengte/spring-data-mybatis "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.data : spring-data-relational | jar | 2.3.1 |
org.mybatis : mybatis | jar | 3.5.9 |
org.mybatis : mybatis-spring | jar | 2.0.7 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.10 |
org.springframework : spring-test | jar | 5.3.15 |
org.springframework : spring-jdbc | jar | 5.3.15 |
com.h2database : h2 | jar | 2.1.210 |
junit : junit | jar | 4.13.1 |
org.assertj : assertj-core | jar | 3.16.1 |
org.mockito : mockito-core | jar | 3.3.3 |
org.hamcrest : hamcrest-core | jar | 2.2 |
org.hamcrest : hamcrest-library | jar | 2.2 |