License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdorg.springframework.data |
ArtifactId | ArtifactIdspring-data-jdbc-core |
Version | Version1.2.1.RELEASE |
Type | Typejar |
Description |
DescriptionSpring Data JDBC Extensions Core
Spring Data JDBC Extensions Core
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.springframework.data/spring-data-jdbc-core/ -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jdbc-core</artifactId>
<version>1.2.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-jdbc-core/
implementation 'org.springframework.data:spring-data-jdbc-core:1.2.1.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-jdbc-core/
implementation ("org.springframework.data:spring-data-jdbc-core:1.2.1.RELEASE")
'org.springframework.data:spring-data-jdbc-core:jar:1.2.1.RELEASE'
<dependency org="org.springframework.data" name="spring-data-jdbc-core" rev="1.2.1.RELEASE">
<artifact name="spring-data-jdbc-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-jdbc-core', version='1.2.1.RELEASE')
)
libraryDependencies += "org.springframework.data" % "spring-data-jdbc-core" % "1.2.1.RELEASE"
[org.springframework.data/spring-data-jdbc-core "1.2.1.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-jdbc | jar | 3.0.7.RELEASE |
org.springframework : spring-tx | jar | 3.0.7.RELEASE |
org.springframework : spring-context | jar | 3.0.7.RELEASE |
org.springframework : spring-core | jar | 3.0.7.RELEASE |
org.springframework : spring-beans | jar | 3.0.7.RELEASE |
org.springframework.retry : spring-retry | jar | 1.0.3.RELEASE |
com.mysema.querydsl : querydsl-sql Optional | jar | 3.6.9 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.7.5 |
org.slf4j : slf4j-api | jar | 1.7.5 |