Categories |
CategoriesH2 Data Databases MyBatis ORM |
---|---|
GroupId | GroupIdcom.github.growth2 |
ArtifactId | ArtifactIdlazybones-mybatis-generator-plugin |
Version | Version0.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.growth2/lazybones-mybatis-generator-plugin/ -->
<dependency>
<groupId>com.github.growth2</groupId>
<artifactId>lazybones-mybatis-generator-plugin</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.growth2/lazybones-mybatis-generator-plugin/
implementation 'com.github.growth2:lazybones-mybatis-generator-plugin:0.0.3'
// https://jarcasting.com/artifacts/com.github.growth2/lazybones-mybatis-generator-plugin/
implementation ("com.github.growth2:lazybones-mybatis-generator-plugin:0.0.3")
'com.github.growth2:lazybones-mybatis-generator-plugin:jar:0.0.3'
<dependency org="com.github.growth2" name="lazybones-mybatis-generator-plugin" rev="0.0.3">
<artifact name="lazybones-mybatis-generator-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.growth2', module='lazybones-mybatis-generator-plugin', version='0.0.3')
)
libraryDependencies += "com.github.growth2" % "lazybones-mybatis-generator-plugin" % "0.0.3"
[com.github.growth2/lazybones-mybatis-generator-plugin "0.0.3"]