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