License |
License |
---|---|
Categories |
CategoriesKotlin Languages JSON Data MyBatis ORM |
GroupId | GroupIdio.wkz.kotlin |
ArtifactId | ArtifactIdmybatis-json-typehandler |
Version | Version1.0.2 |
Type | Typejar |
Description |
Descriptionmybatis-json-typehandler
A Mybatis TypeHandler for json object and json array
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.wkz.kotlin/mybatis-json-typehandler/ -->
<dependency>
<groupId>io.wkz.kotlin</groupId>
<artifactId>mybatis-json-typehandler</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.wkz.kotlin/mybatis-json-typehandler/
implementation 'io.wkz.kotlin:mybatis-json-typehandler:1.0.2'
// https://jarcasting.com/artifacts/io.wkz.kotlin/mybatis-json-typehandler/
implementation ("io.wkz.kotlin:mybatis-json-typehandler:1.0.2")
'io.wkz.kotlin:mybatis-json-typehandler:jar:1.0.2'
<dependency org="io.wkz.kotlin" name="mybatis-json-typehandler" rev="1.0.2">
<artifact name="mybatis-json-typehandler" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.wkz.kotlin', module='mybatis-json-typehandler', version='1.0.2')
)
libraryDependencies += "io.wkz.kotlin" % "mybatis-json-typehandler" % "1.0.2"
[io.wkz.kotlin/mybatis-json-typehandler "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.50 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.50 |
org.mybatis : mybatis | jar | 3.4.6 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.7 |
com.fasterxml.jackson.module : jackson-module-kotlin | jar | 2.9.7 |