spring-dao
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.springframework</groupId> <artifactId>spring-dao</artifactId> <version>2.0.8</version> </dependency>
<?xml version="1.0"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.springframework</groupId> <artifactId>spring-dao</artifactId> <packaging>jar</packaging> <name>Spring Framework: DAO</name> <version>2.0.8</version> <description>Spring Framework: DAO</description> <url>http://www.springframework.org</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:cvs:pserver:anonymous:@springframework.cvs.sourceforge.net:/cvsroot/springframework/spring</connection> <developerConnection>scm:cvs:ext:username@springframework.cvs.sourceforge.net:/cvsroot/springframework/spring</developerConnection> <url>http://springframework.cvs.sourceforge.net/springframework/</url> </scm> <organization> <name>Spring Framework</name> <url>http://www.springframework.org/</url> </organization> <dependencies> <!-- External Dependencies --> <dependency> <groupId>aopalliance</groupId> <artifactId>aopalliance</artifactId> <version>1.0</version> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.1</version> </dependency> <dependency> <groupId>com.experlog</groupId> <artifactId>xapool</artifactId> <version>1.5.0</version> <optional>true</optional> </dependency> <dependency> <groupId>jotm</groupId> <artifactId>jotm</artifactId> <version>2.0.10</version> <optional>true</optional> </dependency> <!-- Spring Dependencies --> <dependency> <groupId>${project.groupId}</groupId> <artifactId>spring-aop</artifactId> <version>${project.version}</version> <optional>true</optional> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>spring-beans</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>spring-context</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>spring-core</artifactId> <version>${project.version}</version> </dependency> </dependencies> </project>