License |
License |
---|---|
GroupId | GroupIdorg.springframework |
ArtifactId | ArtifactIdspring-dao |
Last Version | Last Version2.0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Framework: DAO
Spring Framework: DAO
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-dao-2.0.8.pom | |
spring-dao-2.0.8.jar | 127 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-dao/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-dao</artifactId>
<version>2.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-dao/
implementation 'org.springframework:spring-dao:2.0.8'
// https://jarcasting.com/artifacts/org.springframework/spring-dao/
implementation ("org.springframework:spring-dao:2.0.8")
'org.springframework:spring-dao:jar:2.0.8'
<dependency org="org.springframework" name="spring-dao" rev="2.0.8">
<artifact name="spring-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-dao', version='2.0.8')
)
libraryDependencies += "org.springframework" % "spring-dao" % "2.0.8"
[org.springframework/spring-dao "2.0.8"]
Group / Artifact | Type | Version |
---|---|---|
aopalliance : aopalliance | jar | 1.0 |
commons-logging : commons-logging | jar | 1.1 |
com.experlog : xapool Optional | jar | 1.5.0 |
jotm : jotm Optional | jar | 2.0.10 |
org.springframework : spring-aop Optional | jar | 2.0.8 |
org.springframework : spring-beans | jar | 2.0.8 |
org.springframework : spring-context | jar | 2.0.8 |
org.springframework : spring-core | jar | 2.0.8 |