Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.fangjinuo.sqlhelper |
ArtifactId | ArtifactIdsqlhelper-springjdbc-spring-boot-starter |
Version | Version2.2.0 |
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>2.2.0</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:2.2.0'
// https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper-springjdbc-spring-boot-starter/
implementation ("com.github.fangjinuo.sqlhelper:sqlhelper-springjdbc-spring-boot-starter:2.2.0")
'com.github.fangjinuo.sqlhelper:sqlhelper-springjdbc-spring-boot-starter:jar:2.2.0'
<dependency org="com.github.fangjinuo.sqlhelper" name="sqlhelper-springjdbc-spring-boot-starter" rev="2.2.0">
<artifact name="sqlhelper-springjdbc-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.sqlhelper', module='sqlhelper-springjdbc-spring-boot-starter', version='2.2.0')
)
libraryDependencies += "com.github.fangjinuo.sqlhelper" % "sqlhelper-springjdbc-spring-boot-starter" % "2.2.0"
[com.github.fangjinuo.sqlhelper/sqlhelper-springjdbc-spring-boot-starter "2.2.0"]