| License |
License |
|---|---|
| Categories |
CategoriesData MyBatis ORM |
| GroupId | GroupIdio.easybest |
| ArtifactId | ArtifactIdspring-data-mybatis-processor |
| Version | Version2.0.1.RELEASE |
| Type | Typejar |
| Description |
DescriptionSpring Data MyBatis Processor
Spring Data module for MyBatis repositories.
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationEasyBest |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.easybest/spring-data-mybatis-processor/ -->
<dependency>
<groupId>io.easybest</groupId>
<artifactId>spring-data-mybatis-processor</artifactId>
<version>2.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.easybest/spring-data-mybatis-processor/
implementation 'io.easybest:spring-data-mybatis-processor:2.0.1.RELEASE'
// https://jarcasting.com/artifacts/io.easybest/spring-data-mybatis-processor/
implementation ("io.easybest:spring-data-mybatis-processor:2.0.1.RELEASE")
'io.easybest:spring-data-mybatis-processor:jar:2.0.1.RELEASE'
<dependency org="io.easybest" name="spring-data-mybatis-processor" rev="2.0.1.RELEASE">
<artifact name="spring-data-mybatis-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.easybest', module='spring-data-mybatis-processor', version='2.0.1.RELEASE')
)
libraryDependencies += "io.easybest" % "spring-data-mybatis-processor" % "2.0.1.RELEASE"
[io.easybest/spring-data-mybatis-processor "2.0.1.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.easybest : spring-data-mybatis-core | jar | 2.0.1.RELEASE |
| org.springframework.data : spring-data-commons | jar | 2.3.3.RELEASE |
| com.samskivert : jmustache | jar | 1.15 |
| org.slf4j : slf4j-api | jar | 1.7.26 |
| org.projectlombok : lombok Optional | jar | 1.18.12 |