License |
License |
---|---|
GroupId | GroupIdcom.github.lkqm |
ArtifactId | ArtifactIdspring-jdbc-template-tools |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionspring-jdbc-template-tools
Spring jdbc template tools.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.lkqm/spring-jdbc-template-tools/ -->
<dependency>
<groupId>com.github.lkqm</groupId>
<artifactId>spring-jdbc-template-tools</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lkqm/spring-jdbc-template-tools/
implementation 'com.github.lkqm:spring-jdbc-template-tools:1.0.0'
// https://jarcasting.com/artifacts/com.github.lkqm/spring-jdbc-template-tools/
implementation ("com.github.lkqm:spring-jdbc-template-tools:1.0.0")
'com.github.lkqm:spring-jdbc-template-tools:jar:1.0.0'
<dependency org="com.github.lkqm" name="spring-jdbc-template-tools" rev="1.0.0">
<artifact name="spring-jdbc-template-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lkqm', module='spring-jdbc-template-tools', version='1.0.0')
)
libraryDependencies += "com.github.lkqm" % "spring-jdbc-template-tools" % "1.0.0"
[com.github.lkqm/spring-jdbc-template-tools "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-jdbc | jar | 5.2.8.RELEASE |
javax.persistence : javax.persistence-api | jar | 2.2 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |
com.h2database : h2 | jar | 1.4.200 |