| Categories |
CategoriesSpring Boot Container Microservices |
|---|---|
| GroupId | GroupIdcom.github.fangjinuo.sqlhelper |
| ArtifactId | ArtifactIdsqlhelper-tkmapper-spring-boot-starter |
| Version | Version3.4.4 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper-tkmapper-spring-boot-starter/ -->
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper-tkmapper-spring-boot-starter</artifactId>
<version>3.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper-tkmapper-spring-boot-starter/
implementation 'com.github.fangjinuo.sqlhelper:sqlhelper-tkmapper-spring-boot-starter:3.4.4'
// https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper-tkmapper-spring-boot-starter/
implementation ("com.github.fangjinuo.sqlhelper:sqlhelper-tkmapper-spring-boot-starter:3.4.4")
'com.github.fangjinuo.sqlhelper:sqlhelper-tkmapper-spring-boot-starter:jar:3.4.4'
<dependency org="com.github.fangjinuo.sqlhelper" name="sqlhelper-tkmapper-spring-boot-starter" rev="3.4.4">
<artifact name="sqlhelper-tkmapper-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.sqlhelper', module='sqlhelper-tkmapper-spring-boot-starter', version='3.4.4')
)
libraryDependencies += "com.github.fangjinuo.sqlhelper" % "sqlhelper-tkmapper-spring-boot-starter" % "3.4.4"
[com.github.fangjinuo.sqlhelper/sqlhelper-tkmapper-spring-boot-starter "3.4.4"]