| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdcom.github.xphsc |
| ArtifactId | ArtifactIdspring-boot-starter-easyjdbc |
| Version | Version1.0.2 |
| Type | Typejar |
| Description |
Descriptionspring-boot-starter-easyjdbc
|
<!-- 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xphsc/spring-boot-starter-easyjdbc/
implementation 'com.github.xphsc:spring-boot-starter-easyjdbc:1.0.2'
// https://jarcasting.com/artifacts/com.github.xphsc/spring-boot-starter-easyjdbc/
implementation ("com.github.xphsc:spring-boot-starter-easyjdbc:1.0.2")
'com.github.xphsc:spring-boot-starter-easyjdbc:jar:1.0.2'
<dependency org="com.github.xphsc" name="spring-boot-starter-easyjdbc" rev="1.0.2">
<artifact name="spring-boot-starter-easyjdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xphsc', module='spring-boot-starter-easyjdbc', version='1.0.2')
)
libraryDependencies += "com.github.xphsc" % "spring-boot-starter-easyjdbc" % "1.0.2"
[com.github.xphsc/spring-boot-starter-easyjdbc "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure Optional | jar | 1.5.3.RELEASE |
| org.springframework.boot : spring-boot-starter-jdbc Optional | jar | 1.5.3.RELEASE |
| com.github.xphsc : easyjdbc | jar | 1.0.0 |