Categories |
CategoriesNet MyBatis Data ORM |
---|---|
GroupId | GroupIdnet.oschina.durcframework |
ArtifactId | ArtifactIdfastmybatis-spring |
Version | Version2.2.0 |
Type | Typejar |
Filename | Size |
---|---|
fastmybatis-spring-2.2.0.pom | |
fastmybatis-spring-2.2.0.jar | 13 KB |
fastmybatis-spring-2.2.0-sources.jar | 6 KB |
fastmybatis-spring-2.2.0-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.oschina.durcframework/fastmybatis-spring/ -->
<dependency>
<groupId>net.oschina.durcframework</groupId>
<artifactId>fastmybatis-spring</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.oschina.durcframework/fastmybatis-spring/
implementation 'net.oschina.durcframework:fastmybatis-spring:2.2.0'
// https://jarcasting.com/artifacts/net.oschina.durcframework/fastmybatis-spring/
implementation ("net.oschina.durcframework:fastmybatis-spring:2.2.0")
'net.oschina.durcframework:fastmybatis-spring:jar:2.2.0'
<dependency org="net.oschina.durcframework" name="fastmybatis-spring" rev="2.2.0">
<artifact name="fastmybatis-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oschina.durcframework', module='fastmybatis-spring', version='2.2.0')
)
libraryDependencies += "net.oschina.durcframework" % "fastmybatis-spring" % "2.2.0"
[net.oschina.durcframework/fastmybatis-spring "2.2.0"]