is not current version
Last Version 1.4.2.RELEASE

cn.org.faster:faster-mybatis 1.3.3.RELEASE


Categories

Categories

MyBatis Data ORM
GroupId

GroupId

cn.org.faster
ArtifactId

ArtifactId

faster-mybatis
Version

Version

1.3.3.RELEASE
Type

Type

jar

Download faster-mybatis 1.3.3.RELEASE


<!-- https://jarcasting.com/artifacts/cn.org.faster/faster-mybatis/ -->
<dependency>
    <groupId>cn.org.faster</groupId>
    <artifactId>faster-mybatis</artifactId>
    <version>1.3.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.org.faster/faster-mybatis/
implementation 'cn.org.faster:faster-mybatis:1.3.3.RELEASE'
// https://jarcasting.com/artifacts/cn.org.faster/faster-mybatis/
implementation ("cn.org.faster:faster-mybatis:1.3.3.RELEASE")
'cn.org.faster:faster-mybatis:jar:1.3.3.RELEASE'
<dependency org="cn.org.faster" name="faster-mybatis" rev="1.3.3.RELEASE">
  <artifact name="faster-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.org.faster', module='faster-mybatis', version='1.3.3.RELEASE')
)
libraryDependencies += "cn.org.faster" % "faster-mybatis" % "1.3.3.RELEASE"
[cn.org.faster/faster-mybatis "1.3.3.RELEASE"]