License |
License |
---|---|
Categories |
CategoriesNet MyBatis Data ORM |
GroupId | GroupIdnet.oschina.durcframework |
ArtifactId | ArtifactIdfastmybatis-spring |
Version | Version2.2.3 |
Type | Typejar |
Description |
Descriptionfastmybatis-spring
fastmybatis-spring
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fastmybatis-spring-2.2.3.pom | |
fastmybatis-spring-2.2.3.jar | 15 KB |
fastmybatis-spring-2.2.3-sources.jar | 7 KB |
fastmybatis-spring-2.2.3-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.oschina.durcframework/fastmybatis-spring/ -->
<dependency>
<groupId>net.oschina.durcframework</groupId>
<artifactId>fastmybatis-spring</artifactId>
<version>2.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.oschina.durcframework/fastmybatis-spring/
implementation 'net.oschina.durcframework:fastmybatis-spring:2.2.3'
// https://jarcasting.com/artifacts/net.oschina.durcframework/fastmybatis-spring/
implementation ("net.oschina.durcframework:fastmybatis-spring:2.2.3")
'net.oschina.durcframework:fastmybatis-spring:jar:2.2.3'
<dependency org="net.oschina.durcframework" name="fastmybatis-spring" rev="2.2.3">
<artifact name="fastmybatis-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oschina.durcframework', module='fastmybatis-spring', version='2.2.3')
)
libraryDependencies += "net.oschina.durcframework" % "fastmybatis-spring" % "2.2.3"
[net.oschina.durcframework/fastmybatis-spring "2.2.3"]
Group / Artifact | Type | Version |
---|---|---|
net.oschina.durcframework : fastmybatis-core | jar | 2.2.3 |
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 |