Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdtech.wetech.mybatis |
ArtifactId | ArtifactIdmybatis-ext-core |
Version | Version1.6.2 |
Type | Typejar |
Filename | Size |
---|---|
mybatis-ext-core-1.6.2.pom | |
mybatis-ext-core-1.6.2.jar | 87 KB |
mybatis-ext-core-1.6.2-sources.jar | 42 KB |
mybatis-ext-core-1.6.2-javadoc.jar | 337 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.wetech.mybatis/mybatis-ext-core/ -->
<dependency>
<groupId>tech.wetech.mybatis</groupId>
<artifactId>mybatis-ext-core</artifactId>
<version>1.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/tech.wetech.mybatis/mybatis-ext-core/
implementation 'tech.wetech.mybatis:mybatis-ext-core:1.6.2'
// https://jarcasting.com/artifacts/tech.wetech.mybatis/mybatis-ext-core/
implementation ("tech.wetech.mybatis:mybatis-ext-core:1.6.2")
'tech.wetech.mybatis:mybatis-ext-core:jar:1.6.2'
<dependency org="tech.wetech.mybatis" name="mybatis-ext-core" rev="1.6.2">
<artifact name="mybatis-ext-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.wetech.mybatis', module='mybatis-ext-core', version='1.6.2')
)
libraryDependencies += "tech.wetech.mybatis" % "mybatis-ext-core" % "1.6.2"
[tech.wetech.mybatis/mybatis-ext-core "1.6.2"]