| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdcom.minlia.cloud.thirdparty |
| ArtifactId | ArtifactIdspring-data-batis |
| Version | Version1.0.0.RELEASE |
| Type | Typejar |
| Description |
DescriptionMinlia Thirdparty Spring Data Batis
The primary goal of the Spring Data project is to make it easier to build
Spring-powered applications
that use data access technologies. This module deals with enhanced support for MyBatis based
data access layers.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.minlia.cloud.thirdparty/spring-data-batis/ -->
<dependency>
<groupId>com.minlia.cloud.thirdparty</groupId>
<artifactId>spring-data-batis</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.minlia.cloud.thirdparty/spring-data-batis/
implementation 'com.minlia.cloud.thirdparty:spring-data-batis:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.minlia.cloud.thirdparty/spring-data-batis/
implementation ("com.minlia.cloud.thirdparty:spring-data-batis:1.0.0.RELEASE")
'com.minlia.cloud.thirdparty:spring-data-batis:jar:1.0.0.RELEASE'
<dependency org="com.minlia.cloud.thirdparty" name="spring-data-batis" rev="1.0.0.RELEASE">
<artifact name="spring-data-batis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.minlia.cloud.thirdparty', module='spring-data-batis', version='1.0.0.RELEASE')
)
libraryDependencies += "com.minlia.cloud.thirdparty" % "spring-data-batis" % "1.0.0.RELEASE"
[com.minlia.cloud.thirdparty/spring-data-batis "1.0.0.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.data : spring-data-commons | jar | 1.13.5.RELEASE |
| org.springframework : spring-context | jar | |
| org.springframework : spring-orm | jar | |
| org.mybatis : mybatis | jar | 3.4.4 |
| org.mybatis : mybatis-spring | jar | 1.3.1 |
| com.querydsl : querydsl-core Optional | jar | 4.1.4 |
| org.hibernate.javax.persistence : hibernate-jpa-2.1-api | jar | 1.0.0.Final |
| org.projectlombok : lombok | jar | 1.16.6 |
| joda-time : joda-time | jar | 2.9 |
| org.springframework.boot : spring-boot-starter-web | jar | 1.5.6.RELEASE |
| org.springframework.boot : spring-boot-starter-undertow | jar | 1.5.6.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| com.h2database : h2 | jar | 1.4.194 |
| mysql : mysql-connector-java | jar | 5.1.41 |
| net.sourceforge.jtds : jtds | jar | 1.3.1 |
| org.postgresql : postgresql | jar | 9.4.1212 |