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