MyBatis Provider

MyBatis Provider 扩展

License

License

Categories

Categories

IDE Development Tools MyBatis Data ORM
GroupId

GroupId

io.mybatis
ArtifactId

ArtifactId

mybatis-provider
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

MyBatis Provider
MyBatis Provider 扩展
Project URL

Project URL

https://mybatis.io

Download mybatis-provider

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.mybatis : mybatis jar 3.5.9

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.22

test (3)

Group / Artifact Type Version
org.hsqldb : hsqldb jar 2.5.2
ch.qos.logback : logback-classic jar 1.2.11
junit : junit jar 4.13

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0-Preview
1.0.0
1.0.0-RC3