Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.xphsc |
ArtifactId | ArtifactIdeasyjdbc-spring-boot-starter |
Version | Version1.0.5.0 |
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.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xphsc/easyjdbc-spring-boot-starter/
implementation 'com.github.xphsc:easyjdbc-spring-boot-starter:1.0.5.0'
// https://jarcasting.com/artifacts/com.github.xphsc/easyjdbc-spring-boot-starter/
implementation ("com.github.xphsc:easyjdbc-spring-boot-starter:1.0.5.0")
'com.github.xphsc:easyjdbc-spring-boot-starter:jar:1.0.5.0'
<dependency org="com.github.xphsc" name="easyjdbc-spring-boot-starter" rev="1.0.5.0">
<artifact name="easyjdbc-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xphsc', module='easyjdbc-spring-boot-starter', version='1.0.5.0')
)
libraryDependencies += "com.github.xphsc" % "easyjdbc-spring-boot-starter" % "1.0.5.0"
[com.github.xphsc/easyjdbc-spring-boot-starter "1.0.5.0"]