License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdio.github.gaojizhou |
ArtifactId | ArtifactIdMybatisTypeHandler |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMybatisTypeHandler
Specify typeHandler for List in mybatis
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
MybatisTypeHandler-1.0.1.pom | |
MybatisTypeHandler-1.0.1.jar | 11 KB |
MybatisTypeHandler-1.0.1-sources.jar | 5 KB |
MybatisTypeHandler-1.0.1-javadoc.jar | 448 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.gaojizhou/MybatisTypeHandler/ -->
<dependency>
<groupId>io.github.gaojizhou</groupId>
<artifactId>MybatisTypeHandler</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.gaojizhou/MybatisTypeHandler/
implementation 'io.github.gaojizhou:MybatisTypeHandler:1.0.1'
// https://jarcasting.com/artifacts/io.github.gaojizhou/MybatisTypeHandler/
implementation ("io.github.gaojizhou:MybatisTypeHandler:1.0.1")
'io.github.gaojizhou:MybatisTypeHandler:jar:1.0.1'
<dependency org="io.github.gaojizhou" name="MybatisTypeHandler" rev="1.0.1">
<artifact name="MybatisTypeHandler" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.gaojizhou', module='MybatisTypeHandler', version='1.0.1')
)
libraryDependencies += "io.github.gaojizhou" % "MybatisTypeHandler" % "1.0.1"
[io.github.gaojizhou/MybatisTypeHandler "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.5.0 |