Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdcom.github.xphsc |
ArtifactId | ArtifactIdeasyjdbc-spring-boot-autoconfigure |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.xphsc/easyjdbc-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.github.xphsc</groupId>
<artifactId>easyjdbc-spring-boot-autoconfigure</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xphsc/easyjdbc-spring-boot-autoconfigure/
implementation 'com.github.xphsc:easyjdbc-spring-boot-autoconfigure:1.0.3'
// https://jarcasting.com/artifacts/com.github.xphsc/easyjdbc-spring-boot-autoconfigure/
implementation ("com.github.xphsc:easyjdbc-spring-boot-autoconfigure:1.0.3")
'com.github.xphsc:easyjdbc-spring-boot-autoconfigure:jar:1.0.3'
<dependency org="com.github.xphsc" name="easyjdbc-spring-boot-autoconfigure" rev="1.0.3">
<artifact name="easyjdbc-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xphsc', module='easyjdbc-spring-boot-autoconfigure', version='1.0.3')
)
libraryDependencies += "com.github.xphsc" % "easyjdbc-spring-boot-autoconfigure" % "1.0.3"
[com.github.xphsc/easyjdbc-spring-boot-autoconfigure "1.0.3"]