License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcn.pomit |
ArtifactId | ArtifactIdmybatis-proxy |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis-proxy
easily use mybatis on non-spring project
|
Project URL |
Project URL |
Filename | Size |
---|---|
mybatis-proxy-1.1.pom | |
mybatis-proxy-1.1.jar | 20 KB |
mybatis-proxy-1.1-sources.jar | 10 KB |
mybatis-proxy-1.1-javadoc.jar | 129 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.pomit/mybatis-proxy/ -->
<dependency>
<groupId>cn.pomit</groupId>
<artifactId>mybatis-proxy</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.pomit/mybatis-proxy/
implementation 'cn.pomit:mybatis-proxy:1.1'
// https://jarcasting.com/artifacts/cn.pomit/mybatis-proxy/
implementation ("cn.pomit:mybatis-proxy:1.1")
'cn.pomit:mybatis-proxy:jar:1.1'
<dependency org="cn.pomit" name="mybatis-proxy" rev="1.1">
<artifact name="mybatis-proxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.pomit', module='mybatis-proxy', version='1.1')
)
libraryDependencies += "cn.pomit" % "mybatis-proxy" % "1.1"
[cn.pomit/mybatis-proxy "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.4.5 |