Categories |
CategoriesData MyBatis ORM |
---|---|
GroupId | GroupIdcom.github.lkqm |
ArtifactId | ArtifactIdspring-data-jpa-mybatis |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.lkqm/spring-data-jpa-mybatis/ -->
<dependency>
<groupId>com.github.lkqm</groupId>
<artifactId>spring-data-jpa-mybatis</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lkqm/spring-data-jpa-mybatis/
implementation 'com.github.lkqm:spring-data-jpa-mybatis:1.0.0'
// https://jarcasting.com/artifacts/com.github.lkqm/spring-data-jpa-mybatis/
implementation ("com.github.lkqm:spring-data-jpa-mybatis:1.0.0")
'com.github.lkqm:spring-data-jpa-mybatis:jar:1.0.0'
<dependency org="com.github.lkqm" name="spring-data-jpa-mybatis" rev="1.0.0">
<artifact name="spring-data-jpa-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lkqm', module='spring-data-jpa-mybatis', version='1.0.0')
)
libraryDependencies += "com.github.lkqm" % "spring-data-jpa-mybatis" % "1.0.0"
[com.github.lkqm/spring-data-jpa-mybatis "1.0.0"]