is not current version
Last Version 1.0.2.RELEASE

com.github.bgqrjf:mybatis 1.0.1.RELEASE

bgqrjf mybatis

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.bgqrjf
ArtifactId

ArtifactId

mybatis
Version

Version

1.0.1.RELEASE
Type

Type

jar

Download mybatis 1.0.1.RELEASE


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