License |
License |
---|---|
Categories |
CategoriesLombok Application Layer Libs Code Generators MyBatis Data ORM |
GroupId | GroupIdcom.softwareloop |
ArtifactId | ArtifactIdmybatis-generator-lombok-plugin |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis-generator-lombok-plugin
A plugin for MyBatis Generator to use Lombok annotations instead of getters and setters
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.softwareloop/mybatis-generator-lombok-plugin/ -->
<dependency>
<groupId>com.softwareloop</groupId>
<artifactId>mybatis-generator-lombok-plugin</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.softwareloop/mybatis-generator-lombok-plugin/
implementation 'com.softwareloop:mybatis-generator-lombok-plugin:1.0'
// https://jarcasting.com/artifacts/com.softwareloop/mybatis-generator-lombok-plugin/
implementation ("com.softwareloop:mybatis-generator-lombok-plugin:1.0")
'com.softwareloop:mybatis-generator-lombok-plugin:jar:1.0'
<dependency org="com.softwareloop" name="mybatis-generator-lombok-plugin" rev="1.0">
<artifact name="mybatis-generator-lombok-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.softwareloop', module='mybatis-generator-lombok-plugin', version='1.0')
)
libraryDependencies += "com.softwareloop" % "mybatis-generator-lombok-plugin" % "1.0"
[com.softwareloop/mybatis-generator-lombok-plugin "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis.generator : mybatis-generator-core | jar | 1.3.2 |