License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdio.github.light0x00 |
ArtifactId | ArtifactIdmybatis-ext |
Version | Version0.0.7 |
Type | Typejar |
Description |
DescriptionAn extension library for mybatis, that provides graceful api to simplify CRUD development.
|
Filename | Size |
---|---|
mybatis-ext-0.0.7.pom | |
mybatis-ext-0.0.7.jar | 55 KB |
mybatis-ext-0.0.7-sources.jar | 20 KB |
mybatis-ext-0.0.7-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.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.light0x00/mybatis-ext/
implementation 'io.github.light0x00:mybatis-ext:0.0.7'
// https://jarcasting.com/artifacts/io.github.light0x00/mybatis-ext/
implementation ("io.github.light0x00:mybatis-ext:0.0.7")
'io.github.light0x00:mybatis-ext:jar:0.0.7'
<dependency org="io.github.light0x00" name="mybatis-ext" rev="0.0.7">
<artifact name="mybatis-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.light0x00', module='mybatis-ext', version='0.0.7')
)
libraryDependencies += "io.github.light0x00" % "mybatis-ext" % "0.0.7"
[io.github.light0x00/mybatis-ext "0.0.7"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis Optional | jar | 3.5.9 |
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.30 |
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 |