Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.huifer |
ArtifactId | ArtifactIdfor-mybatis-plus |
Version | Version0.0.5-Releases |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.huifer/for-mybatis-plus/ -->
<dependency>
<groupId>com.github.huifer</groupId>
<artifactId>for-mybatis-plus</artifactId>
<version>0.0.5-Releases</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.huifer/for-mybatis-plus/
implementation 'com.github.huifer:for-mybatis-plus:0.0.5-Releases'
// https://jarcasting.com/artifacts/com.github.huifer/for-mybatis-plus/
implementation ("com.github.huifer:for-mybatis-plus:0.0.5-Releases")
'com.github.huifer:for-mybatis-plus:jar:0.0.5-Releases'
<dependency org="com.github.huifer" name="for-mybatis-plus" rev="0.0.5-Releases">
<artifact name="for-mybatis-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.huifer', module='for-mybatis-plus', version='0.0.5-Releases')
)
libraryDependencies += "com.github.huifer" % "for-mybatis-plus" % "0.0.5-Releases"
[com.github.huifer/for-mybatis-plus "0.0.5-Releases"]