License |
License |
---|---|
Categories |
CategoriesData MyBatis ORM |
GroupId | GroupIdcom.ifrabbit |
ArtifactId | ArtifactIdspring-data-mybatis-parent |
Last Version | Last Version2.0.1.RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSpring Data MyBatis Parent
Spring Data module for MyBatis repositories.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-data-mybatis-parent-2.0.1.RELEASE.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ifrabbit/spring-data-mybatis-parent/ -->
<dependency>
<groupId>com.ifrabbit</groupId>
<artifactId>spring-data-mybatis-parent</artifactId>
<version>2.0.1.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ifrabbit/spring-data-mybatis-parent/
implementation 'com.ifrabbit:spring-data-mybatis-parent:2.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.ifrabbit/spring-data-mybatis-parent/
implementation ("com.ifrabbit:spring-data-mybatis-parent:2.0.1.RELEASE")
'com.ifrabbit:spring-data-mybatis-parent:pom:2.0.1.RELEASE'
<dependency org="com.ifrabbit" name="spring-data-mybatis-parent" rev="2.0.1.RELEASE">
<artifact name="spring-data-mybatis-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ifrabbit', module='spring-data-mybatis-parent', version='2.0.1.RELEASE')
)
libraryDependencies += "com.ifrabbit" % "spring-data-mybatis-parent" % "2.0.1.RELEASE"
[com.ifrabbit/spring-data-mybatis-parent "2.0.1.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
org.projectlombok : lombok Optional | jar | 1.18.4 |