is not current version
Last Version 3.0.RLS

fun.hereis.code:mybatis 2.0.RLS


Categories

Categories

MyBatis Data ORM
GroupId

GroupId

fun.hereis.code
ArtifactId

ArtifactId

mybatis
Version

Version

2.0.RLS
Type

Type

jar

Download mybatis 2.0.RLS


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