License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.github.sisyphsu |
ArtifactId | ArtifactIdmybatis-generator-plugin |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis-generator-plugin
A plugin for myBatis generator
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.sisyphsu/mybatis-generator-plugin/ -->
<dependency>
<groupId>com.github.sisyphsu</groupId>
<artifactId>mybatis-generator-plugin</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sisyphsu/mybatis-generator-plugin/
implementation 'com.github.sisyphsu:mybatis-generator-plugin:1.0.0'
// https://jarcasting.com/artifacts/com.github.sisyphsu/mybatis-generator-plugin/
implementation ("com.github.sisyphsu:mybatis-generator-plugin:1.0.0")
'com.github.sisyphsu:mybatis-generator-plugin:jar:1.0.0'
<dependency org="com.github.sisyphsu" name="mybatis-generator-plugin" rev="1.0.0">
<artifact name="mybatis-generator-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sisyphsu', module='mybatis-generator-plugin', version='1.0.0')
)
libraryDependencies += "com.github.sisyphsu" % "mybatis-generator-plugin" % "1.0.0"
[com.github.sisyphsu/mybatis-generator-plugin "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis.generator : mybatis-generator-core | jar | 1.3.5 |