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