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