MVN

io.github.light0x00 : mybatis-ext-parent

Maven & Gradle

Mar 18, 2022
0 stars

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

<dependency>
    <groupId>io.github.light0x00</groupId>
    <artifactId>mybatis-ext-parent</artifactId>
    <version>0.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.light0x00 : mybatis-ext-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.0.8

All Versions

Choose a version of io.github.light0x00 : mybatis-ext-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
mybatis-ext-parent-0.0.8
mybatis-ext-parent-0.0.7
mybatis-ext-parent-0.0.6
mybatis-ext-parent-0.0.5
mybatis-ext-parent-0.0.4
mybatis-ext-parent-0.0.3
mybatis-ext-parent-0.0.2
mybatis-ext-parent-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.light0x00</groupId>
    <artifactId>mybatis-ext-parent</artifactId>
    <version>0.0.8</version>
</dependency>