is not current version
Last Version 1.0.2

io.wkz.kotlin:mybatis-json-typehandler 1.0

A Mybatis TypeHandler for json object and json array

Categories

Categories

Kotlin Languages JSON Data MyBatis ORM
GroupId

GroupId

io.wkz.kotlin
ArtifactId

ArtifactId

mybatis-json-typehandler
Version

Version

1.0
Type

Type

jar

Download mybatis-json-typehandler 1.0


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