Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.xphsc |
ArtifactId | ArtifactIdeasyjdbc-spring-boot-starter |
Version | Version1.0.4-beta2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.xphsc/easyjdbc-spring-boot-starter/ -->
<dependency>
<groupId>com.github.xphsc</groupId>
<artifactId>easyjdbc-spring-boot-starter</artifactId>
<version>1.0.4-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xphsc/easyjdbc-spring-boot-starter/
implementation 'com.github.xphsc:easyjdbc-spring-boot-starter:1.0.4-beta2'
// https://jarcasting.com/artifacts/com.github.xphsc/easyjdbc-spring-boot-starter/
implementation ("com.github.xphsc:easyjdbc-spring-boot-starter:1.0.4-beta2")
'com.github.xphsc:easyjdbc-spring-boot-starter:jar:1.0.4-beta2'
<dependency org="com.github.xphsc" name="easyjdbc-spring-boot-starter" rev="1.0.4-beta2">
<artifact name="easyjdbc-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xphsc', module='easyjdbc-spring-boot-starter', version='1.0.4-beta2')
)
libraryDependencies += "com.github.xphsc" % "easyjdbc-spring-boot-starter" % "1.0.4-beta2"
[com.github.xphsc/easyjdbc-spring-boot-starter "1.0.4-beta2"]