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