io.github.light0x00:mybatis-ext

An extension library for mybatis, that provides graceful api to simplify CRUD development.

License

License

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

io.github.light0x00
ArtifactId

ArtifactId

mybatis-ext
Last Version

Last Version

0.0.8
Release Date

Release Date

Type

Type

jar
Description

Description

An extension library for mybatis, that provides graceful api to simplify CRUD development.

Download mybatis-ext

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.mybatis : mybatis Optional jar 3.5.1
ch.qos.logback : logback-core Optional jar 1.2.6
ch.qos.logback : logback-classic Optional jar 1.2.6
org.slf4j : slf4j-api jar 1.7.32

provided (2)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.20
org.jetbrains : annotations jar 23.0.0

test (3)

Group / Artifact Type Version
com.h2database : h2 jar 1.4.200
org.junit.jupiter : junit-jupiter-api jar 5.8.1
org.junit.jupiter : junit-jupiter-engine jar 5.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2