License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.github.oceanc |
ArtifactId | ArtifactIdmybatis3-generator-plugin |
Version | Version0.4.0 |
Type | Typejar |
Description |
DescriptionMyBatis3 Generator Plugins
A custom plugins based on the project http://mybatis.github.io/generator/
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.oceanc/mybatis3-generator-plugin/ -->
<dependency>
<groupId>com.github.oceanc</groupId>
<artifactId>mybatis3-generator-plugin</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.oceanc/mybatis3-generator-plugin/
implementation 'com.github.oceanc:mybatis3-generator-plugin:0.4.0'
// https://jarcasting.com/artifacts/com.github.oceanc/mybatis3-generator-plugin/
implementation ("com.github.oceanc:mybatis3-generator-plugin:0.4.0")
'com.github.oceanc:mybatis3-generator-plugin:jar:0.4.0'
<dependency org="com.github.oceanc" name="mybatis3-generator-plugin" rev="0.4.0">
<artifact name="mybatis3-generator-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.oceanc', module='mybatis3-generator-plugin', version='0.4.0')
)
libraryDependencies += "com.github.oceanc" % "mybatis3-generator-plugin" % "0.4.0"
[com.github.oceanc/mybatis3-generator-plugin "0.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis.generator : mybatis-generator-core | jar | 1.3.2 |
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.2.8 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.5.1 |
com.fasterxml.jackson.core : jackson-core | jar | 2.5.1 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.5.1 |
org.projectlombok : lombok | jar | 1.16.0 |