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