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