Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.fangjinuo |
ArtifactId | ArtifactIdsqlhelper-mybatis |
Version | Version1.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo/sqlhelper-mybatis/ -->
<dependency>
<groupId>com.github.fangjinuo</groupId>
<artifactId>sqlhelper-mybatis</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo/sqlhelper-mybatis/
implementation 'com.github.fangjinuo:sqlhelper-mybatis:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.fangjinuo/sqlhelper-mybatis/
implementation ("com.github.fangjinuo:sqlhelper-mybatis:1.0-RELEASE")
'com.github.fangjinuo:sqlhelper-mybatis:jar:1.0-RELEASE'
<dependency org="com.github.fangjinuo" name="sqlhelper-mybatis" rev="1.0-RELEASE">
<artifact name="sqlhelper-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo', module='sqlhelper-mybatis', version='1.0-RELEASE')
)
libraryDependencies += "com.github.fangjinuo" % "sqlhelper-mybatis" % "1.0-RELEASE"
[com.github.fangjinuo/sqlhelper-mybatis "1.0-RELEASE"]