butor-attrset-dao
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.butor</groupId> <artifactId>butor-attrset-dao</artifactId> <version>1.0.31</version> </dependency>
<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>butor-attrset-dao</artifactId> <packaging>jar</packaging> <parent> <groupId>com.butor</groupId> <artifactId>butor-fw-service-parent</artifactId> <version>1.0.31</version> </parent> <name>Butor Framework Service - Attribute DAO Module</name> <description>This project is an attribute module. Used to persist key / values to a database (dao).</description> <url>http://www.butor.com</url> <dependencies> <dependency> <groupId>com.butor</groupId> <artifactId>butor-dao</artifactId> <version>${butor.version}</version> </dependency> <dependency> <groupId>com.butor</groupId> <artifactId>butor-attrset-common</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.butor</groupId> <artifactId>butor-auth-common</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.butor</groupId> <artifactId>butor-test</artifactId> <version>${butor.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>com.butor</groupId> <artifactId>butor-spring</artifactId> <version>${butor.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.butor</groupId> <artifactId>butor-log4j</artifactId> <version>${butor.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>javax.annotation</groupId> <artifactId>javax.annotation-api</artifactId> <version>1.2</version> <scope>test</scope> </dependency> </dependencies> </project>