License |
License |
---|---|
Categories |
CategoriesNet MyBatis Data ORM |
GroupId | GroupIdnet.oschina.durcframework |
ArtifactId | ArtifactIdfastmybatis-spring |
Last Version | Last Version2.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfastmybatis-spring
fastmybatis-spring
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fastmybatis-spring-2.3.2.pom | |
fastmybatis-spring-2.3.2.jar | 15 KB |
fastmybatis-spring-2.3.2-sources.jar | 7 KB |
fastmybatis-spring-2.3.2-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.oschina.durcframework/fastmybatis-spring/ -->
<dependency>
<groupId>net.oschina.durcframework</groupId>
<artifactId>fastmybatis-spring</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.oschina.durcframework/fastmybatis-spring/
implementation 'net.oschina.durcframework:fastmybatis-spring:2.3.2'
// https://jarcasting.com/artifacts/net.oschina.durcframework/fastmybatis-spring/
implementation ("net.oschina.durcframework:fastmybatis-spring:2.3.2")
'net.oschina.durcframework:fastmybatis-spring:jar:2.3.2'
<dependency org="net.oschina.durcframework" name="fastmybatis-spring" rev="2.3.2">
<artifact name="fastmybatis-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oschina.durcframework', module='fastmybatis-spring', version='2.3.2')
)
libraryDependencies += "net.oschina.durcframework" % "fastmybatis-spring" % "2.3.2"
[net.oschina.durcframework/fastmybatis-spring "2.3.2"]
Group / Artifact | Type | Version |
---|---|---|
net.oschina.durcframework : fastmybatis-core | jar | 2.3.2 |
org.mybatis : mybatis-spring | jar | 2.0.7 |
org.springframework : spring-core | jar | 4.3.2.RELEASE |
org.springframework : spring-beans | jar | 4.3.2.RELEASE |
org.springframework : spring-context | jar | 4.3.2.RELEASE |
org.springframework : spring-jdbc | jar | 4.3.2.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |