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