Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.gibck |
ArtifactId | ArtifactIdmybatis-generator-ck |
Version | Version1.3.2-fix |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.gibck/mybatis-generator-ck/ -->
<dependency>
<groupId>com.github.gibck</groupId>
<artifactId>mybatis-generator-ck</artifactId>
<version>1.3.2-fix</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gibck/mybatis-generator-ck/
implementation 'com.github.gibck:mybatis-generator-ck:1.3.2-fix'
// https://jarcasting.com/artifacts/com.github.gibck/mybatis-generator-ck/
implementation ("com.github.gibck:mybatis-generator-ck:1.3.2-fix")
'com.github.gibck:mybatis-generator-ck:jar:1.3.2-fix'
<dependency org="com.github.gibck" name="mybatis-generator-ck" rev="1.3.2-fix">
<artifact name="mybatis-generator-ck" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gibck', module='mybatis-generator-ck', version='1.3.2-fix')
)
libraryDependencies += "com.github.gibck" % "mybatis-generator-ck" % "1.3.2-fix"
[com.github.gibck/mybatis-generator-ck "1.3.2-fix"]