License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdio.github.light0x00 |
ArtifactId | ArtifactIdmybatis-ext |
Last Version | Last Version0.0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAn extension library for mybatis, that provides graceful api to simplify CRUD development.
|
Filename | Size |
---|---|
mybatis-ext-0.0.8.pom | |
mybatis-ext-0.0.8.jar | 55 KB |
mybatis-ext-0.0.8-sources.jar | 20 KB |
mybatis-ext-0.0.8-javadoc.jar | 277 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.20 |
org.jetbrains : annotations | jar | 23.0.0 |
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 |