Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.oceanc |
ArtifactId | ArtifactIdmybatis3-generator-plugin |
Version | Version0.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.oceanc/mybatis3-generator-plugin/ -->
<dependency>
<groupId>com.github.oceanc</groupId>
<artifactId>mybatis3-generator-plugin</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.oceanc/mybatis3-generator-plugin/
implementation 'com.github.oceanc:mybatis3-generator-plugin:0.3.0'
// https://jarcasting.com/artifacts/com.github.oceanc/mybatis3-generator-plugin/
implementation ("com.github.oceanc:mybatis3-generator-plugin:0.3.0")
'com.github.oceanc:mybatis3-generator-plugin:jar:0.3.0'
<dependency org="com.github.oceanc" name="mybatis3-generator-plugin" rev="0.3.0">
<artifact name="mybatis3-generator-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.oceanc', module='mybatis3-generator-plugin', version='0.3.0')
)
libraryDependencies += "com.github.oceanc" % "mybatis3-generator-plugin" % "0.3.0"
[com.github.oceanc/mybatis3-generator-plugin "0.3.0"]