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