Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.fangjinuo.sqlhelper |
ArtifactId | ArtifactIdsqlhelper-springjdbc-spring-boot-starter |
Version | Version3.3.1 |
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.3.1</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.3.1'
// https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper-springjdbc-spring-boot-starter/
implementation ("com.github.fangjinuo.sqlhelper:sqlhelper-springjdbc-spring-boot-starter:3.3.1")
'com.github.fangjinuo.sqlhelper:sqlhelper-springjdbc-spring-boot-starter:jar:3.3.1'
<dependency org="com.github.fangjinuo.sqlhelper" name="sqlhelper-springjdbc-spring-boot-starter" rev="3.3.1">
<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.3.1')
)
libraryDependencies += "com.github.fangjinuo.sqlhelper" % "sqlhelper-springjdbc-spring-boot-starter" % "3.3.1"
[com.github.fangjinuo.sqlhelper/sqlhelper-springjdbc-spring-boot-starter "3.3.1"]