Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.yuanmomo |
ArtifactId | ArtifactIdmybatis-generator-plugin |
Version | Version1.0.1 |
Type | Typepom |
Filename | Size |
---|---|
mybatis-generator-plugin-1.0.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yuanmomo/mybatis-generator-plugin/ -->
<dependency>
<groupId>com.github.yuanmomo</groupId>
<artifactId>mybatis-generator-plugin</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.yuanmomo/mybatis-generator-plugin/
implementation 'com.github.yuanmomo:mybatis-generator-plugin:1.0.1'
// https://jarcasting.com/artifacts/com.github.yuanmomo/mybatis-generator-plugin/
implementation ("com.github.yuanmomo:mybatis-generator-plugin:1.0.1")
'com.github.yuanmomo:mybatis-generator-plugin:pom:1.0.1'
<dependency org="com.github.yuanmomo" name="mybatis-generator-plugin" rev="1.0.1">
<artifact name="mybatis-generator-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.yuanmomo', module='mybatis-generator-plugin', version='1.0.1')
)
libraryDependencies += "com.github.yuanmomo" % "mybatis-generator-plugin" % "1.0.1"
[com.github.yuanmomo/mybatis-generator-plugin "1.0.1"]