License |
License |
---|---|
Categories |
CategoriesIDE Development Tools MyBatis Data ORM |
GroupId | GroupIdio.mybatis |
ArtifactId | ArtifactIdmybatis-provider |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMyBatis Provider
MyBatis Provider 扩展
|
Project URL |
Project URL |
Filename | Size |
---|---|
mybatis-provider-1.1.1.pom | |
mybatis-provider-1.1.1.jar | 60 KB |
mybatis-provider-1.1.1-sources.jar | 44 KB |
mybatis-provider-1.1.1-javadoc.jar | 252 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.5.9 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |
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 |