License |
License |
---|---|
Categories |
CategoriesData MyBatis ORM |
GroupId | GroupIdcom.github.lkqm |
ArtifactId | ArtifactIdspring-data-jpa-mybatis |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications built with Maven
|
<!-- https://jarcasting.com/artifacts/com.github.lkqm/spring-data-jpa-mybatis/ -->
<dependency>
<groupId>com.github.lkqm</groupId>
<artifactId>spring-data-jpa-mybatis</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lkqm/spring-data-jpa-mybatis/
implementation 'com.github.lkqm:spring-data-jpa-mybatis:2.1.0'
// https://jarcasting.com/artifacts/com.github.lkqm/spring-data-jpa-mybatis/
implementation ("com.github.lkqm:spring-data-jpa-mybatis:2.1.0")
'com.github.lkqm:spring-data-jpa-mybatis:jar:2.1.0'
<dependency org="com.github.lkqm" name="spring-data-jpa-mybatis" rev="2.1.0">
<artifact name="spring-data-jpa-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lkqm', module='spring-data-jpa-mybatis', version='2.1.0')
)
libraryDependencies += "com.github.lkqm" % "spring-data-jpa-mybatis" % "2.1.0"
[com.github.lkqm/spring-data-jpa-mybatis "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.3.9.RELEASE |
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.1.4 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.3.9.RELEASE |
com.h2database : h2 | jar | 1.4.200 |