License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.fastjrun.codeg |
ArtifactId | ArtifactIdmybatis-generator-plugin-ext |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionmybatis-generator-plugin-ext
mybatis代码生成器插件扩展
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.fastjrun.codeg/mybatis-generator-plugin-ext/ -->
<dependency>
<groupId>com.fastjrun.codeg</groupId>
<artifactId>mybatis-generator-plugin-ext</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fastjrun.codeg/mybatis-generator-plugin-ext/
implementation 'com.fastjrun.codeg:mybatis-generator-plugin-ext:1.0'
// https://jarcasting.com/artifacts/com.fastjrun.codeg/mybatis-generator-plugin-ext/
implementation ("com.fastjrun.codeg:mybatis-generator-plugin-ext:1.0")
'com.fastjrun.codeg:mybatis-generator-plugin-ext:jar:1.0'
<dependency org="com.fastjrun.codeg" name="mybatis-generator-plugin-ext" rev="1.0">
<artifact name="mybatis-generator-plugin-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fastjrun.codeg', module='mybatis-generator-plugin-ext', version='1.0')
)
libraryDependencies += "com.fastjrun.codeg" % "mybatis-generator-plugin-ext" % "1.0"
[com.fastjrun.codeg/mybatis-generator-plugin-ext "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis.generator : mybatis-generator-core | jar | 1.4.0 |