Categories |
CategoriesKotlin Languages JSON Data MyBatis ORM |
---|---|
GroupId | GroupIdio.wkz.kotlin |
ArtifactId | ArtifactIdmybatis-json-typehandler |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.wkz.kotlin/mybatis-json-typehandler/ -->
<dependency>
<groupId>io.wkz.kotlin</groupId>
<artifactId>mybatis-json-typehandler</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.wkz.kotlin/mybatis-json-typehandler/
implementation 'io.wkz.kotlin:mybatis-json-typehandler:1.0.1'
// https://jarcasting.com/artifacts/io.wkz.kotlin/mybatis-json-typehandler/
implementation ("io.wkz.kotlin:mybatis-json-typehandler:1.0.1")
'io.wkz.kotlin:mybatis-json-typehandler:jar:1.0.1'
<dependency org="io.wkz.kotlin" name="mybatis-json-typehandler" rev="1.0.1">
<artifact name="mybatis-json-typehandler" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.wkz.kotlin', module='mybatis-json-typehandler', version='1.0.1')
)
libraryDependencies += "io.wkz.kotlin" % "mybatis-json-typehandler" % "1.0.1"
[io.wkz.kotlin/mybatis-json-typehandler "1.0.1"]