Categories |
CategoriesGithub Development Tools Version Controls MyBatis Data ORM |
---|---|
GroupId | GroupIdio.github.andersonfeng |
ArtifactId | ArtifactIdcom.github.andersonfeng.mybatis-generator-plugins |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.andersonfeng/com.github.andersonfeng.mybatis-generator-plugins/ -->
<dependency>
<groupId>io.github.andersonfeng</groupId>
<artifactId>com.github.andersonfeng.mybatis-generator-plugins</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.andersonfeng/com.github.andersonfeng.mybatis-generator-plugins/
implementation 'io.github.andersonfeng:com.github.andersonfeng.mybatis-generator-plugins:1.0'
// https://jarcasting.com/artifacts/io.github.andersonfeng/com.github.andersonfeng.mybatis-generator-plugins/
implementation ("io.github.andersonfeng:com.github.andersonfeng.mybatis-generator-plugins:1.0")
'io.github.andersonfeng:com.github.andersonfeng.mybatis-generator-plugins:jar:1.0'
<dependency org="io.github.andersonfeng" name="com.github.andersonfeng.mybatis-generator-plugins" rev="1.0">
<artifact name="com.github.andersonfeng.mybatis-generator-plugins" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.andersonfeng', module='com.github.andersonfeng.mybatis-generator-plugins', version='1.0')
)
libraryDependencies += "io.github.andersonfeng" % "com.github.andersonfeng.mybatis-generator-plugins" % "1.0"
[io.github.andersonfeng/com.github.andersonfeng.mybatis-generator-plugins "1.0"]