is not current version
Last Version 1.6.7

tech.wetech.mybatis:mybatis-ext-core 1.3.1


Categories

Categories

MyBatis Data ORM
GroupId

GroupId

tech.wetech.mybatis
ArtifactId

ArtifactId

mybatis-ext-core
Version

Version

1.3.1
Type

Type

jar

Download mybatis-ext-core 1.3.1


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