xmybatis-core

A simple extends package for mybatis

License

License

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.xmybatis
ArtifactId

ArtifactId

xmybatis-core
Last Version

Last Version

0.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

xmybatis-core
A simple extends package for mybatis
Project URL

Project URL

https://github.com/xmybatis/core
Source Code Management

Source Code Management

https://github.com/xmybatis/core

Download xmybatis-core

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.mybatis.spring.boot : mybatis-spring-boot-starter jar 2.1.3
org.apache.commons : commons-lang3 jar 3.9

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok Optional jar 1.18.12

Project Modules

There are no modules declared in this project.

一个简单的mybatis的扩展,用标注的方法运行时生成mybatis脚本。

Versions

Version
0.2.1
0.2