License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.github.colin-lee |
ArtifactId | ArtifactIdmybatis-spring-support |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis-spring-support
using mybatis lib, add spring support
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.colin-lee/mybatis-spring-support/ -->
<dependency>
<groupId>com.github.colin-lee</groupId>
<artifactId>mybatis-spring-support</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.colin-lee/mybatis-spring-support/
implementation 'com.github.colin-lee:mybatis-spring-support:1.0.0'
// https://jarcasting.com/artifacts/com.github.colin-lee/mybatis-spring-support/
implementation ("com.github.colin-lee:mybatis-spring-support:1.0.0")
'com.github.colin-lee:mybatis-spring-support:jar:1.0.0'
<dependency org="com.github.colin-lee" name="mybatis-spring-support" rev="1.0.0">
<artifact name="mybatis-spring-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.colin-lee', module='mybatis-spring-support', version='1.0.0')
)
libraryDependencies += "com.github.colin-lee" % "mybatis-spring-support" % "1.0.0"
[com.github.colin-lee/mybatis-spring-support "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.colin-lee : config-core | jar | 1.0.0 |
com.github.colin-lee : rpc-trace | jar | 1.0.0 |
org.springframework : spring-tx | jar | 4.2.1.RELEASE |
org.springframework : spring-jdbc | jar | 4.2.1.RELEASE |
javax.persistence : persistence-api | jar | 1.0.2 |
org.mybatis : mybatis-spring | jar | 1.2.3 |
org.mybatis : mybatis | jar | 3.3.0 |
com.alibaba : druid | jar | 1.0.16 |
com.fasterxml.jackson.core : jackson-core | jar | 2.6.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.6.3 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core | jar | 4.2.1.RELEASE |
org.springframework : spring-context | jar | 4.2.1.RELEASE |
org.springframework : spring-context-support | jar | 4.2.1.RELEASE |
org.springframework : spring-beans | jar | 4.2.1.RELEASE |
org.springframework : spring-expression | jar | 4.2.1.RELEASE |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 4.2.1.RELEASE |
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-all | jar | 1.3 |
com.h2database : h2 | jar | 1.4.182 |